Exemplo n.º 1
0
 public override int GetHashCode()
 {
     return(Hashing.GetHashCode(this.Value));
 }
Exemplo n.º 2
0
 public override int GetHashCode()
 {
     return(Hashing.GetCollectionHash(this.children));
 }