←Select platform

Inequality Operator

Summary
Compares two LeadMatrix objects to determine whether they do not contain the same coordinates.
Syntax
C#
VB
C++
public static bool !=( 
   LeadMatrix matrix1, 
   LeadMatrix matrix2 
) 
Public Operator <>( _ 
   ByVal matrix1 As LeadMatrix, _ 
   ByVal matrix2 As LeadMatrix _ 
) As Boolean 
public: 
bool operator !=(  
   LeadMatrix matrix1, 
   LeadMatrix 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 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.