Tests whether two AnnRectangle structures are unequal.
public static bool !=(
AnnRectangle left,
AnnRectangle right
)
Public Operator <>( _
ByVal left As Leadtools.Annotations.AnnRectangle, _
ByVal right As Leadtools.Annotations.AnnRectangle _
) As Boolean
public:
bool operator !=(
Leadtools.Annotations.AnnRectangle left,
Leadtools.Annotations.AnnRectangle right
)
left
The AnnRectangle structure on the left side of the inequality operator.
right
The AnnRectangle structure on the right side of the inequality operator.
This operator returns true if left and right have unequal Width and Height values; otherwise false.
If the two rectangles 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