public override int GetHashCode() { var hashCode = 641748231; hashCode = hashCode * -1521134295 + PointCounts.GetHashCode(); hashCode = hashCode * -1521134295 + ServiceRight.GetHashCode(); return(hashCode); }
public override int GetHashCode() { var hashCode = 1505146720; hashCode = hashCode * -1521134295 + EqualityComparer <IPointCounter> .Default.GetHashCode(Counter); hashCode = hashCode * -1521134295 + GameCounts.GetHashCode(); hashCode = hashCode * -1521134295 + ServiceRight.GetHashCode(); return(hashCode); }
public override int GetHashCode() { var hashCode = -622953166; hashCode = hashCode * -1521134295 + EqualityComparer <IGameCounter> .Default.GetHashCode(GameCounter); hashCode = hashCode * -1521134295 + SetCounts.GetHashCode(); hashCode = hashCode * -1521134295 + ServiceRight.GetHashCode(); return(hashCode); }