LangUtils.HashCode Method

Definition

Overloads

HashCode(Int32, Object)
HashCode(Int32, Boolean)
HashCode(Int32, Int32)

HashCode(Int32, Object)

[Android.Runtime.Register("hashCode", "(ILjava/lang/Object;)I", "")]
public static int HashCode (int seed, Java.Lang.Object? obj);
[<Android.Runtime.Register("hashCode", "(ILjava/lang/Object;)I", "")>]
static member HashCode : int * Java.Lang.Object -> int

Parameters

seed
Int32
obj
Object

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

HashCode(Int32, Boolean)

[Android.Runtime.Register("hashCode", "(IZ)I", "")]
public static int HashCode (int seed, bool b);
[<Android.Runtime.Register("hashCode", "(IZ)I", "")>]
static member HashCode : int * bool -> int

Parameters

seed
Int32

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

HashCode(Int32, Int32)

[Android.Runtime.Register("hashCode", "(II)I", "")]
public static int HashCode (int seed, int hashcode);
[<Android.Runtime.Register("hashCode", "(II)I", "")>]
static member HashCode : int * int -> int

Parameters

seed
Int32
hashcode
Int32

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to