Java.Security.IPrincipal.GetHashCode Method
Returns the hash code value for this Principal.

Syntax

[Android.Runtime.Register("hashCode", "()I", "GetGetHashCodeHandler:Java.Security.IPrincipalInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetHashCode ()

See Also

Java.Lang.Object.Equals(Java.Lang.Object)
IPrincipal.Equals(Java.Lang.Object)

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the hash code value for this Principal. Returns the same hash code for Principals that are equal to each other as required by the general contract of Java.Lang.Object.GetHashCode.

[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