Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadMatrix Structure > Equals Method : Equals(LeadMatrix,LeadMatrix) Method |
public static bool Equals( LeadMatrix matrix1, LeadMatrix matrix2 )
'Declaration
Public Overloads Shared Function Equals( _ 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.Equals(matrix1, matrix2)
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 )