RectangleSet.Operator != Method
Determines whether two specified RectangleSet objects have different values.
Thread safety: This property is not thread-safe.
operator !=(RectangleSet x, RectangleSet y)
Determines whether two specified RectangleSet objects have different values.Syntax
public static System.Boolean operator != (
RectangleSet x,
RectangleSet y
)
Parameters
x
Type: RectangleSet
The first object.
The first object.
y
Type: RectangleSet
The second object.
The second object.
Return Value
Type: System.Boolean
True if x and y have different values; otherwise, False.
True if x and y have different values; otherwise, False.
Platforms
Windows, Linux, Android