Javax.Xml.Namespace.QName.GetHashCode Method

Syntax

[Android.Runtime.Register("hashCode", "()I", "")]
public override sealed int GetHashCode ()

Returns

Documentation for this section has not yet been entered.

Remarks

Generate the hash code for this QName.

The hash code is calculated using both the Namespace URI and the local part of the QName. The prefix is NOT used to calculate the hash code.

This method satisfies the general contract of Java.Lang.Object.GetHashCode.

[Android Documentation]

Requirements

Namespace: Javax.Xml.Namespace
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8