LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Equals(LeadPoint,LeadPoint) Method






The first LeadPoint structure to use in the comparison.
The second LeadPoint structure to use in the comparison.
Specifies whether two LeadPoint structures contain the same coordinates. .NET support
Syntax
public static bool Equals( 
   LeadPoint point1,
   LeadPoint point2
)
'Declaration
 
Public Overloads Shared Function Equals( _
   ByVal point1 As LeadPoint, _
   ByVal point2 As LeadPoint _
) As Boolean
'Usage
 
Dim point1 As LeadPoint
Dim point2 As LeadPoint
Dim value As Boolean
 
value = LeadPoint.Equals(point1, point2)
public static bool Equals( 
   LeadPoint point1,
   LeadPoint point2
)
 function Leadtools.LeadPoint.Equals(LeadPoint,LeadPoint)( 
   point1 ,
   point2 
)
public:
static bool Equals( 
   LeadPoint point1,
   LeadPoint point2
) 

Parameters

point1
The first LeadPoint structure to use in the comparison.
point2
The second LeadPoint structure to use in the comparison.

Return Value

true if the two LeadPoint structures 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

LeadPoint Structure
LeadPoint Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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