LEADTOOLS (Leadtools assembly)

Equals(LeadLengthD,LeadLengthD) Method

Show in webframe







The first LeadLengthD structure to use in the comparison.
The second LeadLengthD structure to use in the comparison.
Specifies whether two LeadLengthD structures contain the same values.
Syntax
public static bool Equals( 
   LeadLengthD length1,
   LeadLengthD length2
)
'Declaration
 
Public Overloads Shared Function Equals( _
   ByVal length1 As LeadLengthD, _
   ByVal length2 As LeadLengthD _
) As Boolean
'Usage
 
Dim length1 As LeadLengthD
Dim length2 As LeadLengthD
Dim value As Boolean
 
value = LeadLengthD.Equals(length1, length2)
public static bool Equals( 
   LeadLengthD length1,
   LeadLengthD length2
)

            

            
 function Leadtools.LeadLengthD.Equals(LeadLengthD,LeadLengthD)( 
   length1 ,
   length2 
)
public:
static bool Equals( 
   LeadLengthD length1,
   LeadLengthD length2
) 

Parameters

length1
The first LeadLengthD structure to use in the comparison.
length2
The second LeadLengthD structure to use in the comparison.

Return Value

true if the two LeadLengthD structures have the same values; false, otherwise.
Requirements

Target Platforms

See Also

Reference

LeadLengthD Structure
LeadLengthD Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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