Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Test for ILongArray equality.

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

Syntax

C#
bool Equals(
	Object o
)

Parameters

o
Type: System..::..Object
An Object to compare to this ILongArray for equality.

Return Value

true if the passed Object is an ILongArray containing the same indexes and whose elements at those indexes are equal.

See Also