LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Inequality Operator
See Also 
Leadtools Namespace > LeadPoint Structure : Inequality Operator


left
The first LeadPoint on the left side of the comparison operator.
right
The second LeadPoint on the right side of the comparison operator.
Specifies whether this LeadPoint does not contain the same coordinates as the specified object. Supported in Silverlight, Windows Phone 7

Syntax

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

Parameters

left
The first LeadPoint on the left side of the comparison operator.
right
The second LeadPoint on the right side of the comparison operator.

Return Value

true if the two LeadPoint do not have the same coordinates; false, otherwise.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also