Click or drag to resize

ImmutableMultiListContains Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Determines whether the IList contains a specific value.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public bool Contains(
	Object value
)

Parameters

value
Type: SystemObject
The object to locate in the IList.

Return Value

Type: Boolean
true if the Object is found in the IList; otherwise, false.

Implements

IListContains(Object)
See Also