Example #1
0
 public override int GetHashCode() => BlockIDMeta.GetHashCode() ^ Coordinates.GetHashCode();
Example #2
0
 public bool Equals(BlockPosition other) => BlockIDMeta.Equals(other.BlockIDMeta) && Coordinates.Equals(other.Coordinates);