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

Syntax

[Android.Runtime.Register("equals", "(Ljava/lang/Object;)Z", "GetEquals_Ljava_lang_Object_Handler:Java.Security.IPrincipalInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool Equals (Java.Lang.Object obj)

Parameters

obj
object to be compared for equality with this Principal.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares the specified object with this Principal for equality and returns true if the specified object is equal, false otherwise.

[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