←Select platform

Inequality Operator

Summary
Specifies whether two LeadSizeD structures do not contain the same values.
Syntax
C#
C++/CLI
Python
public static bool !=( 
   LeadSizeD size1, 
   LeadSizeD size2 
) 
public: 
bool operator !=(  
   LeadSizeD size1, 
   LeadSizeD size2 
) 
def op_Inequality(self,size1,size2): 

Parameters

size1
The first LeadSizeD structure to use in the comparison.

size2
The second LeadSizeD structure to use in the comparison.

Return Value

true if the two LeadSizeD structures do not have the same values; false, otherwise.

Requirements

Target Platforms

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

Leadtools Assembly

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