LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

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. .NET support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadLengthDHelper Class
LeadLengthDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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