←Select platform

Inequality Operator

Summary
Specifies whether this LeadLengthD structure does not contain the same values as the specified object.
Syntax
C#
VB
C++
public static bool !=( 
   LeadLengthD length1, 
   LeadLengthD length2 
) 
Public Operator <>( _ 
   ByVal length1 As LeadLengthD, _ 
   ByVal length2 As LeadLengthD _ 
) As Boolean 
public: 
bool operator !=(  
   LeadLengthD length1, 
   LeadLengthD length2 
) 

Parameters

length1
The first LeadLengthD structure on the left side of the comparison operator.

length2
The second LeadLengthD structure on the right side of the comparison operator.

Return Value

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