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);