Operator operator ==
operator ==(RectangleF, RectangleF)
Tests whether two RectangleF structures have equal location and size.
public static bool operator ==(RectangleF left, RectangleF right)
Parameters
left
RectangleFThe RectangleF structure that is to the left of the equality operator.
right
RectangleFThe RectangleF structure that is to the right of the equality operator.