Operator operator !=
operator !=(Rect, Rect)
Inequality Operator
public static bool operator !=(Rect left, Rect right)
Parameters
Returns
Remarks
Compares two Rectangle objects. The return value is based on the equivalence of the Location and Size properties of the two Rectangles.