Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Determine if the specified index is in use.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual bool Exists(
	long index
)

Parameters

index
Type: System..::.Int64
A long index value.

Return Value

true if a value (including null) is stored at the specified index, otherwise false.

Implements

ILongArray..::.Exists(Int64)

See Also