Operator operator !=
operator !=(RectangleF, RectangleF)
Tests whether two RectangleF structures differ in location or size.
public static bool operator !=(RectangleF left, RectangleF right)
Parameters
left
RectangleFThe RectangleF structure that is to the left of the inequality operator.
right
RectangleFThe RectangleF structure that is to the right of the inequality operator.