RectangleEquals(Object) Method |
Determines whether the specified
Object is equal to this
Rectangle instance.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The Object to compare with this rectangle instance.
Return Value
Boolean if the specified
Object is a
Rectangle and is
equal to this
Rectangle instance;
otherwise,
.
See Also