Click or drag to resize

ImmutableMultiListContains Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determines whether the IList contains a specific value.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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