JPlanner Programmer's Guide
SizeD.equals Method
See Also
 






Checks whether this size has the same values 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 size and has the same values as this size.

 See Also

SizeD Members
SizeD Class
com.mindfusion.common Namespace