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

Determines whether the specified object is equal to the current object.

Namespace:  Tangosol.Net.Security.Impl
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 the current object.

Return Value

true if obj is a SimplePrincipal and its Identity.Name matches that of the current object. false otherwise.

See Also