Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Inequality Operator
See Also 
Leadtools.Annotations Namespace > AnnPoint Structure : Inequality Operator


left
The AnnPoint structure on the left side of the inequality operator.
right
The AnnPoint structure on the right side of the inequality operator.
Tests whether two AnnPoint structures are unequal.

Syntax

Visual Basic (Declaration) 
Public Operator <>( _
   ByVal left As AnnPoint, _
   ByVal right As AnnPoint _
) As Boolean
C# 
public bool operator !=( 
   AnnPoint left,
   AnnPoint right
)
C++/CLI 
public:
bool operator !=( 
   AnnPoint left,
   AnnPoint right
)

Parameters

left
The AnnPoint structure on the left side of the inequality operator.
right
The AnnPoint structure on the right side of the inequality operator.

Return Value

This operator returns true if left and right have unequal X and Y values; otherwise false.

Example

For an example, refer to op_Equality.

Remarks

If the two points have different units, the comparison will be done after temporarily converting both to a common unit.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features