Compares the specified object with this entry for equality.

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

Syntax

C#
public override bool Equals(
	Object o
)

Parameters

o
Type: System..::..Object
Object to be compared for equality with this cache entry.

Return Value

true if the specified object is equal to this cache entry.

See Also