Java.Security.Identity.Equals Method
Compares the specified object with this Identity for equality and returns true if the specified object is equal, false otherwise.

Syntax

[Android.Runtime.Register("equals", "(Ljava/lang/Object;)Z", "")]
public override sealed bool Equals (Java.Lang.Object obj)

Parameters

obj
object to be compared for equality with this Identity.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares the specified object with this Identity for equality and returns true if the specified object is equal, false otherwise. Identity objects are considered equal, if they have the same name and are in the same scope.

[Android Documentation]

Requirements

Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1