Saxon API for .NET

QName.GetHashCode Method 

Get a hash code for the QName, to support equality matching. This supports the semantics of equality, which considers only the namespace URI and local name, and not the prefix.

public override int GetHashCode();

Remarks

The algorithm for allocating a hash code does not depend on registering the QName with the Processor.

See Also

QName Class | Saxon.Api Namespace