Search
ItemState.equals Method
See Also
 






Indicates whether the current state is equal to the specified state.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public boolean equals (
    Object obj
)

 Parameters

obj

The state to compare with this object.

 Return Value

true, if the current object is equal to the other parameter; otherwise, false.

 See Also