LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Inequality Operator (LeadPoint)






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. .NET support Silverlight support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadPoint Structure
LeadPoint Members

 

 


Products | Support | Contact Us | Copyright Notices

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