Exemple #1
0
 private bool Equals(Hexagon other)
 {
     return(LocationUV.Equals(other.LocationUV));
 }
Exemple #2
0
 public override int GetHashCode()
 {
     return(LocationUV.GetHashCode());
 }