Determines whether the coordinates of the specified points are not equal.
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Operator <> ( _
left As PointD, _
right As PointD _
) As Boolean |
C# |
---|
public static bool operator !=(
PointD left,
PointD right
) |
Visual C++ |
---|
public:
static bool operator !=(
PointD left,
PointD right
) |
JavaScript |
---|
JavaScript does not support overloaded operators. |
Return Value
true to indicate the
X()()()() and
Y()()()() values of left and right are not equal; otherwise, false.
See Also