Determines whether two AnnSize structures are unequal.
Public Operator <>( _
ByVal left As Leadtools.Annotations.AnnSize, _
ByVal right As Leadtools.Annotations.AnnSize _
) As Boolean
public:
bool operator !=(
Leadtools.Annotations.AnnSize left,
Leadtools.Annotations.AnnSize right
)
left
The AnnSize structure on the left side of the inequality operator.
right
The AnnSize 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 sizes have different units, 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