LEADTOOLS (Leadtools assembly)

IsEqual Method (LeadLengthDHelper)

Show in webframe







The first LeadLengthD on the left side of the comparison operator.
The second LeadLengthD on the right side of the comparison operator.
Specifies whether two LeadLengthD objects contains the same coordinates.
Syntax
public static bool IsEqual( 
   LeadLengthD length1,
   LeadLengthD length2
)
'Declaration
 
Public Shared Function IsEqual( _
   ByVal length1 As LeadLengthD, _
   ByVal length2 As LeadLengthD _
) As Boolean
'Usage
 
Dim length1 As LeadLengthD
Dim length2 As LeadLengthD
Dim value As Boolean
 
value = LeadLengthDHelper.IsEqual(length1, length2)
public static bool IsEqual( 
   LeadLengthD length1,
   LeadLengthD length2
)

            

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

Parameters

length1
The first LeadLengthD on the left side of the comparison operator.
length2
The second LeadLengthD on the right side of the comparison operator.

Return Value

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

Target Platforms

See Also

Reference

LeadLengthDHelper Class
LeadLengthDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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