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

Syntax

[Android.Runtime.Register("identityEquals", "(Ljava/security/Identity;)Z", "GetIdentityEquals_Ljava_security_Identity_Handler")]
protected virtual bool IdentityEquals (Identity identity)

Parameters

identity
the identity to check for equality.

Returns

Documentation for this section has not yet been entered.

Remarks

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

To be equal, two Identity objects need to have the same name and the same public keys.

[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