C#
VB
Java
Objective-C
C++
Compares two LeadMatrix objects to determine whether they contain the same coordinates.
public static bool Equals(LeadMatrix matrix1,LeadMatrix matrix2)
Public Overloads Shared Function Equals( _ByVal matrix1 As Leadtools.LeadMatrix, _ByVal matrix2 As Leadtools.LeadMatrix _) As Boolean
BOOL LeadMatrixEqualToMatrix(const LeadMatrix *matrix1, const LeadMatrix *matrix2) public:static bool Equals(Leadtools.LeadMatrix matrix1,Leadtools.LeadMatrix matrix2)
matrix1
The first object to use in the comparison.
matrix2
The second object to use in the comparison.
true if the two LeadMatrix objects have the same coordinates; otherwise, it is false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
