LEADTOOLS (Leadtools assembly)

IsEqual Method (LeadPointDHelper)

Show in webframe







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

            

            
 function Leadtools.LeadPointDHelper.IsEqual( 
   point1 ,
   point2 
)
public:
static bool IsEqual( 
   LeadPointD point1,
   LeadPointD point2
) 

Parameters

point1
The first LeadPointD on the left side of the comparison operator.
point2
The second LeadPointD on the right side of the comparison operator.

Return Value

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

Target Platforms

See Also

Reference

LeadPointDHelper Class
LeadPointDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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