Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Determines whether the specified object is equal to the current object.

Namespace: Tangosol.Net.Security.Impl
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

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