←Select platform

Inequality Operator

Summary
Specifies whether this LeadSize does not contain the same width and height as the specified object.
Syntax
C#
VB
C++
public static bool !=( 
   LeadSize left, 
   LeadSize right 
) 
Public Operator <>( _ 
   ByVal left As LeadSize, _ 
   ByVal right As LeadSize _ 
) As Boolean 
public: 
bool operator !=(  
   LeadSize left, 
   LeadSize right 
) 

Parameters

left
The first LeadSize to be used in the comparison.

right
The second LeadSize to be used in the comparison.

Return Value

true if the two LeadSize do not have the same width and height; 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.