←Select platform

Inequality Operator

Summary
Specifies whether this LeadSize does not contain the same width and height as the specified object.
Syntax
C#
C++/CLI
Python
public static bool !=( 
   LeadSize left, 
   LeadSize right 
) 
public: 
bool operator !=(  
   LeadSize left, 
   LeadSize right 
) 
def op_Inequality(self,left,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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