LEADTOOLS (Leadtools assembly)

Equals(LeadPoint,LeadPoint) Method

Show in webframe







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.
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
)
int LeadPoint_IsEqual(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

See Also

Reference

LeadPoint Structure
LeadPoint Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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