←Select platform

Inequality Operator

Summary
Compares two LeadMatrix objects to determine whether they do not contain the same coordinates.
Syntax
C#
C++/CLI
Python
public static bool !=( 
   LeadMatrix matrix1, 
   LeadMatrix matrix2 
) 
public: 
bool operator !=(  
   LeadMatrix matrix1, 
   LeadMatrix matrix2 
) 
def op_Inequality(self,matrix1,matrix2): 

Parameters

matrix1
The first object to use in the comparison.

matrix2
The second object to use in the comparison.

Return Value

true if the two LeadMatrix objects do not have the same coordinates; otherwise, it is false.

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.