Java.Lang.JavaSystem.IdentityHashCode Method
Returns an integer hash code for the parameter.

Syntax

[Android.Runtime.Register("identityHashCode", "(Ljava/lang/Object;)I", "")]
public static int IdentityHashCode (Object anObject)

See Also

Object.GetHashCode

Parameters

anObject
the object to calculate the hash code.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an integer hash code for the parameter. The hash code returned is the same one that would be returned by the method java.lang.Object.hashCode(), whether or not the object's class has overridden hashCode(). The hash code for null is 0.

[Android Documentation]

Requirements

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