LEADTOOLS (Leadtools assembly)

Equals(LeadPointD,LeadPointD) Method

Show in webframe







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

            

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

Parameters

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

Return Value

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

Target Platforms

See Also

Reference

LeadPointD Structure
LeadPointD Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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