CollectionUtilsContains Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Determines whether an element is in the collection.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static bool Contains(
ICollection col,
Object obj
)
Parameters
- col
- Type: System.CollectionsICollection
Collection where element is searched for.
- obj
- Type: SystemObject
The object to locate in the collection.
Return Value
Type:
Booleantrue if the element is found in the collection,
false otherwise.
Exceptions
Remarks
See Also