public override int GetHashCode() => Ut.ArrayHash(Ut.ArrayHash(KtaneModules), Ut.ArrayHash(AllowedEditors));
Example #2
0
 public override int GetHashCode() => Ut.ArrayHash(Score, ScorePerModule, ScorePerModuleCap, ScoreExplanation, TagPosition, NeedyScoring, AutoPin);
Example #3
0
 public override int GetHashCode() => Ut.ArrayHash(Manual, Developer, Maintainer, TwitchPlays);
Example #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);
Example #5
0
 public override int GetHashCode() => Ut.ArrayHash(Status, Explanation);
Example #6
0
 public override int GetHashCode() => Ut.ArrayHash(Score, ScorePerModule, Origin);
Example #7
0
 public override int GetHashCode() => unchecked (Ut.ArrayHash(Digits) * 37 + TopLeftCell);
Example #8
0
 public override int GetHashCode() => Ut.ArrayHash(Symbol, Orientation);
Example #9
0
 public override int GetHashCode() => Ut.ArrayHash(Faces.GetLength(0), Faces.GetLength(1), Faces.Cast <object>().ToArray());
Example #10
0
 public override int GetHashCode() => Ut.ArrayHash(Face, Orientation);
Example #11
0
 public override int GetHashCode() => Ut.ArrayHash(Language, Description, Url);
Example #12
0
 public int GetHashCode(SucoType[] obj) => Ut.ArrayHash(obj);