Share via


IRowId.GetHashCode Method

Definition

Returns a hash code value of this RowId 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

a hash code for the RowId

Attributes

Remarks

Returns a hash code value of this RowId object.

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