LEADTOOLS (Leadtools assembly)

Equality Operator (LeadPointD)

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 bool operator ==( 
   LeadPointD point1,
   LeadPointD point2
)
'Declaration
 
Public Operator =( _
   ByVal point1 As LeadPointD, _
   ByVal point2 As LeadPointD _
) As Boolean
'Usage
 
public bool operator ==( 
   LeadPointD point1,
   LeadPointD point2
)

            

            
This operator type is not supported by WinRT JavaScript
public:
bool operator ==( 
   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

 

 


Products | Support | Contact Us | Copyright Notices

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