Aura.Channel.World.Location.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int
		public override int GetHashCode()
		{
			return this.RegionId.GetHashCode() ^ this.X.GetHashCode() ^ this.Y.GetHashCode();
		}