←Select platform

Inequality Operator

Summary

Specifies whether two LeadPointD structures do not contain the same values.

Syntax

C#
VB
C++
public static bool !=( 
   LeadPointD point1, 
   LeadPointD point2 
) 
Public Operator <>( _ 
   ByVal point1 As Leadtools.LeadPointD, _ 
   ByVal point2 As Leadtools.LeadPointD _ 
) As Boolean 

Parameters

point1
The first LeadPointD structure to use in the comparison.

point2
The second LeadPointD structure to use in the comparison.

Return Value

true if the two LeadPointD structures do not have the same values; 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