Search
DateTime.equals Method
See Also
 






Object.equals override.

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

 Syntax

Java  Copy Code

public boolean equals (
    Object value
)

 Parameters

value

The object to compare to this instance.

 Return Value

true if the value parameter equals the value of this instance; otherwise, false.

 See Also