Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Determine if the specified index is in use.

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

Syntax

C#
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.

See Also