LEADTOOLS (Leadtools assembly)

Inequality Operator (LeadPoint)

Show in webframe







The first LeadPoint structure on the left side of the comparison operator.
The second LeadPoint structure on the right side of the comparison operator.
Specifies whether this LeadPoint structure does not contain the same coordinates as the specified object.
Syntax
public bool operator !=( 
   LeadPoint left,
   LeadPoint right
)
'Declaration
 
Public Operator <>( _
   ByVal left As LeadPoint, _
   ByVal right As LeadPoint _
) As Boolean
'Usage
 
public bool operator !=( 
   LeadPoint left,
   LeadPoint right
)

            

            
This operator type is not supported by WinRT JavaScript
public:
bool operator !=( 
   LeadPoint left,
   LeadPoint right
)

Parameters

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

Return Value

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

Target Platforms

See Also

Reference

LeadPoint Structure
LeadPoint Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.