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

Test for ILongArray equality.

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

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