Specifies whether this Point contains the same coordinates as the specified point.
Namespace: MindFusion.Drawing
Assembly: Point.js
SyntaxJavaScript
Copy Code
|
|---|
function equals ([point]) |
true if point is a Point and has the same coordinates as this Point.
See Also