LEADTOOLS (Leadtools assembly)

Equals(LeadMatrix) Method

Show in webframe







The object to be used in the comparison with the current structure.
Specifies whether this LeadMatrix structure contains the same values as the specified object.
Syntax
public bool Equals( 
   LeadMatrix value
)
'Declaration
 
Public Overloads Function Equals( _
   ByVal value As LeadMatrix _
) As Boolean
'Usage
 
Dim instance As LeadMatrix
Dim value As LeadMatrix
Dim value As Boolean
 
value = instance.Equals(value)
public bool Equals( 
   LeadMatrix value
)

            

            
 function Leadtools.LeadMatrix.Equals(LeadMatrix)( 
   value 
)
public:
bool Equals( 
   LeadMatrix value
) 

Parameters

value
The object to be used in the comparison with the current structure.

Return Value

true if the two LeadMatrix structures have the same values; false, otherwise.
Remarks

For more information refer to System.Object.Equals(System.Object).

Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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