←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 Leadtools.LeadPoint, _ 
   ByVal right As Leadtools.LeadPoint _ 
) As Boolean 
public: 
bool operator !=(  
   Leadtools.LeadPoint left, 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly