Пример #1
0
 public override int GetHashCode() => Ut.ArrayHash(Ut.ArrayHash(KtaneModules), Ut.ArrayHash(AllowedEditors));
Пример #2
0
 public override int GetHashCode() => Ut.ArrayHash(Score, ScorePerModule, ScorePerModuleCap, ScoreExplanation, TagPosition, NeedyScoring, AutoPin);
Пример #3
0
 public override int GetHashCode() => Ut.ArrayHash(Manual, Developer, Maintainer, TwitchPlays);
Пример #4
0
 public override int GetHashCode() => Ut.ArrayHash(Author, Compatibility, DefuserDifficulty, Description, ExpertDifficulty, Name, Origin, Published, RuleSeedSupport, SortKey, SourceUrl, Souvenir, SteamID, Symbol, TutorialVideoUrl, TwitchPlays, Type);
Пример #5
0
 public override int GetHashCode() => Ut.ArrayHash(Status, Explanation);
Пример #6
0
 public override int GetHashCode() => Ut.ArrayHash(Score, ScorePerModule, Origin);
Пример #7
0
 public override int GetHashCode() => unchecked (Ut.ArrayHash(Digits) * 37 + TopLeftCell);
Пример #8
0
 public override int GetHashCode() => Ut.ArrayHash(Symbol, Orientation);
Пример #9
0
 public override int GetHashCode() => Ut.ArrayHash(Faces.GetLength(0), Faces.GetLength(1), Faces.Cast <object>().ToArray());
Пример #10
0
 public override int GetHashCode() => Ut.ArrayHash(Face, Orientation);
Пример #11
0
 public override int GetHashCode() => Ut.ArrayHash(Language, Description, Url);
Пример #12
0
 public int GetHashCode(SucoType[] obj) => Ut.ArrayHash(obj);