XName.GetHashCode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a hash code for this XName.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
This method serves as a hash function for XName. You can use GetHashCode in hashing algorithms, or in data structures such as a hash table.
Show: