equals

Summary

Specifies whether two LeadPointD objects contain the same coordinates.

Syntax

JavaScript Syntax
equals = function(point1, point2) 
TypeScript Syntax
static equals(point1: LeadPointD, point2: LeadPointD): boolean; 

Parameters

point1

The first LeadPointD object to use in the comparison.

point2

The second LeadPointD object to use in the comparison.

Return Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly