Determines whether this list contains an item identified by the specified string.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public boolean contains ( |
The identifier of an item to search for in the list.
true if the object is found or false if it isn't.
See Also