Determines whether
first and
second Points are equal.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntaxpublic static bool operator ==(
Point first,
Point second
)
Public Shared Operator = (
first As Point,
second As Point
) As Boolean
Parameters
- first Point
- The first point.
- second Point
- The second point.
Return Value
Boolean if
first and
second points are equal;
otherwise,
.
See Also