Example #1
0
 public override int GetHashCode()
 {
     return(HashCombiner.CombineHashCodes(this.Row, this.Column));
 }
Example #2
0
 public override int GetHashCode()
 {
     return(HashCombiner.CombineHashCodes(this.Id, this.Name));
 }
Example #3
0
 public override int GetHashCode()
 {
     return(HashCombiner.CombineHashCodes(this.Position?.GetHashCode(),
                                          this.Motive?.GetHashCode()));
 }