LEADTOOLS (Leadtools assembly)

IsEqual Method (LeadMatrix)

Show in webframe







The first object to use in the comparison.
The second object to use in the comparison.
Compares two LeadMatrix objects to determine whether they contain the same coordinates.
Syntax
public static bool IsEqual( 
   LeadMatrix matrix1,
   LeadMatrix matrix2
)
'Declaration
 
Public Shared Function IsEqual( _
   ByVal matrix1 As LeadMatrix, _
   ByVal matrix2 As LeadMatrix _
) As Boolean
'Usage
 
Dim matrix1 As LeadMatrix
Dim matrix2 As LeadMatrix
Dim value As Boolean
 
value = LeadMatrix.IsEqual(matrix1, matrix2)
public static bool IsEqual( 
   LeadMatrix matrix1,
   LeadMatrix matrix2
)

            

            
 function Leadtools.LeadMatrix.IsEqual( 
   matrix1 ,
   matrix2 
)
public:
static bool IsEqual( 
   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

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.