Aura.Channel.World.Location.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int
		public override int GetHashCode()
		{
			return this.RegionId.GetHashCode() ^ this.X.GetHashCode() ^ this.Y.GetHashCode();
		}