LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IsEqual Method (LeadPointHelper)






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. .NET support WinRT support
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: 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

LeadPointHelper Class
LeadPointHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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