RectangleEquals(Rectangle) Method |
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntax public bool Equals(
Rectangle other
)
Public Function Equals (
other As Rectangle
) As Boolean
Parameters
- other Rectangle
- The other rectangle to compare with this rectangle instance.
Return Value
Boolean if the
other Rectangle is
equal to this
Rectangle instance;
otherwise,
.
Implements
IEquatableTEquals(T)See Also