Determines whether the
other Size is equal
to this
Size instance.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
Syntax public bool Equals(
Size other
)
Public Function Equals (
other As Size
) As Boolean
Parameters
- other Size
- The other size to compare with this size instance.
Return Value
Boolean if the
other Size is
equal to this
Size instance;
otherwise,
.
Implements
IEquatableTEquals(T)See Also