Compares the value given to the one that is in the environmnent hashtable. When the expression engine comes upon a condition, it retrieves the appropriate condition type and calls this method to compare the value of the condition with the current value in the user's environment. The result of the comparison determines whether the condition has been met. NOTE: Any exception thrown from this method will be caught and discarded. If an exception is caught, it will be considered a return value of FALSE.
true if the value is equal to the one found in the hashtable, false otherwise
IConditionServerType Interface | com.plumtree.server.condition Namespace