Tests whether two AnnLength structures are unequal.
Public Operator <>( _
ByVal left As Leadtools.Annotations.AnnLength, _
ByVal right As Leadtools.Annotations.AnnLength _
) As Boolean
public:
bool operator !=(
Leadtools.Annotations.AnnLength left,
Leadtools.Annotations.AnnLength right
)
left
The AnnLength structure on the left side of the inequality operator.
right
The AnnLength structure on the right side of the inequality operator.
This operator returns true if left and right have unequal values; otherwise false.
If the two lengths have different units, comparison will be done after temporarily converted 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