IRowId.GetHashCode Method

Definition

Returns a hash code value of this <code>RowId</code> object.

[Android.Runtime.Register("hashCode", "()I", "GetGetHashCodeHandler:Java.Sql.IRowIdInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetHashCode ();
[<Android.Runtime.Register("hashCode", "()I", "GetGetHashCodeHandler:Java.Sql.IRowIdInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetHashCode : unit -> int

Returns

Int32

a hash code for the <code>RowId</code>

Attributes

Remarks

Java documentation for java.sql.RowId.hashCode().

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