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

Test objects for equality.

Namespace:  Tangosol.Web
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
Object to compare this object with.

Return Value

True if this object and the specified object are equal, false otherwise.

See Also