←Select platform

Inequality Operator

Summary
Specifies whether this LeadPoint structure does not contain the same coordinates as the specified object.
Syntax
C#
VB
C++
public static bool !=( 
   LeadPoint left, 
   LeadPoint right 
) 
Public Operator <>( _ 
   ByVal left As LeadPoint, _ 
   ByVal right As LeadPoint _ 
) As Boolean 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.