예제 #1
0
 public override int GetHashCode() => (Origin.GetHashCode() * 397) ^ ((AmazonsPoint.GetHashCode() * 397) ^ ArrowPoint.GetHashCode());
예제 #2
0
 public bool Equals(Move other) => Origin.Equals(other.Origin) && AmazonsPoint.Equals(other.AmazonsPoint) && ArrowPoint.Equals(other.ArrowPoint);