Tests whether two AnnPoint structures are unequal.
Public Operator <>( _
ByVal left As Leadtools.Annotations.AnnPoint, _
ByVal right As Leadtools.Annotations.AnnPoint _
) As Boolean
public:
bool operator !=(
Leadtools.Annotations.AnnPoint left,
Leadtools.Annotations.AnnPoint right
)
left
The AnnPoint structure on the left side of the inequality operator.
right
The AnnPoint structure on the right side of the inequality operator.
This operator returns true if left and right have unequal X and Y values; otherwise false.
If the two points have different units, the comparison will be done after temporarily converting both to a common unit.
For an example, refer to Equality.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET