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