←Select platform

IsEqual Method (LeadMatrix)

Summary

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

Syntax

C#
VB
WinRT C#
C++
Public Shared Function IsEqual( _ 
   ByVal matrix1 As Leadtools.LeadMatrix, _ 
   ByVal matrix2 As Leadtools.LeadMatrix _ 
) As Boolean 
 function Leadtools.LeadMatrix.IsEqual(  
   matrix1 , 
   matrix2  
) 
public: 
static bool IsEqual(  
   Leadtools.LeadMatrix matrix1, 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly