Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Equals(LeadPointD,LeadPointD) Method

Show in webframe
The first LeadPointD object to use in the comparison.
The second LeadPointD object to use in the comparison.
Specifies whether two LeadPointD objects contain the same coordinates.
Syntax
 function Leadtools.LeadPointD.equals(LeadPointD,LeadPointD)( 
   point1 ,
   point2 
)

Parameters

ParameterTypeDescription
point1LeadPointDThe first LeadPointD object to use in the comparison.
point2LeadPointDThe second LeadPointD object to use in the comparison.

Return Value

TypeDescription
boolean true if the two LeadPointD objects have the same coordinates; otherwise, it is false.
See Also

Reference

LeadPointD Object
LeadPointD Members
Overload List

Error processing SSI file