LEADTOOLS (Leadtools assembly)

IsEqual Method (LeadPointHelper)

Show in webframe







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

            

            
 function Leadtools.LeadPointHelper.IsEqual( 
   point1 ,
   point2 
)
public:
static bool IsEqual( 
   LeadPoint point1,
   LeadPoint point2
) 

Parameters

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

Return Value

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

Target Platforms

See Also

Reference

LeadPointHelper Class
LeadPointHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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