Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Determines whether the specified object is equal to this object.

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

Syntax

C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System..::.Object
The object to compare with this object.

Return Value

true if the specified object is equal to this object; otherwise, false.

See Also