Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsEqual Method (LeadLengthDHelper)








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

Error processing SSI file