←Select platform

Equals(LeadMatrix,LeadMatrix) Method

Summary

Compares two LeadMatrix objects to determine whether they contain the same coordinates.

Syntax
C#
VB
Objective-C
C++
Java
public static bool Equals( 
   LeadMatrix matrix1, 
   LeadMatrix matrix2 
) 
Public Overloads Shared Function Equals( _ 
   ByVal matrix1 As LeadMatrix, _ 
   ByVal matrix2 As LeadMatrix _ 
) As Boolean 
BOOL LeadMatrixEqualToMatrix(const LeadMatrix *matrix1, const LeadMatrix *matrix2) 
public static boolean equals(LeadMatrix matrix1, LeadMatrix matrix2) 
public: 
static bool Equals(  
   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 have the same coordinates; otherwise, it is false.

Requirements

Target Platforms

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

Leadtools Assembly