Character.Subset.GetHashCode Method

Definition

Returns the standard hash code as defined by the Object#hashCode method.

[Android.Runtime.Register("hashCode", "()I", "")]
public override sealed int GetHashCode ();
[<Android.Runtime.Register("hashCode", "()I", "")>]
override this.GetHashCode : unit -> int

Returns

Attributes

Remarks

Returns the standard hash code as defined by the Object#hashCode method. This method is final in order to ensure that the equals and hashCode methods will be consistent in all subclasses.

Java documentation for java.lang.Character.Subset.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