CollectionUtilsContains Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determines whether an element is in the collection.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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