Determines whether
first and
second Points are not equal.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.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 not equal;
otherwise,
.
See Also