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

Determines whether the specified object is equal to this object.

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

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