←Select platform

Equals(LeadMatrix,LeadMatrix) Method

Summary
Compares two LeadMatrix objects to determine whether they contain the same coordinates.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static bool Equals( 
   LeadMatrix matrix1, 
   LeadMatrix matrix2 
) 
BOOL LeadMatrixEqualToMatrix(const LeadMatrix *matrix1, const LeadMatrix *matrix2) 
public static boolean equals( 
   LeadMatrix matrix1, 
   LeadMatrix matrix2 
); 
public: 
static bool Equals(  
   LeadMatrix matrix1, 
   LeadMatrix matrix2 
)  
def Equals(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 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.