JPlanner Programmer's Guide
Point.equals Method
See Also
 






Checks whether this point has the same coordinates as the specified object.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public boolean equals (
    Object obj
)

 Parameters

obj

The object to test.

 Return Value

true if obj is a point and has the same coordinates as this point.

 See Also

Point Members
Point Class
com.mindfusion.common Namespace