Example #1
0
 public bool Equals(World other)
 {
     return GetHashCode() == other.GetHashCode();
 }