RectangleSet.Equals Methods
Determines whether two RectangleSet objects have the same value.
Thread safety: This property is not thread-safe.
Overload List
Name | Description | |
---|---|---|
Public method | Equals(System.Object obj) | Determines whether this instance and another specified RectangleSet have the same value. |
Public method | Equals(RectangleSet obj) | Determines whether this instance and another specified RectangleSet have the same value. |
Equals(System.Object obj)
Determines whether this instance and another specified RectangleSet have the same value.Syntax
public System.Boolean Equals (
System.Object obj
)
Parameters
obj
Type: System.Object
The object to compare this RectangleSet with.
The object to compare this RectangleSet with.
Return Value
Type: System.Boolean
True if this instance and obj have the same value; otherwise, False.
True if this instance and obj have the same value; otherwise, False.
Equals(RectangleSet obj)
Determines whether this instance and another specified RectangleSet have the same value.Syntax
public System.Boolean Equals (
RectangleSet obj
)
Parameters
obj
Return Value
Type: System.Boolean
True if this instance and obj have the same value; otherwise, False.
True if this instance and obj have the same value; otherwise, False.
Platforms
Windows, Linux, Android