Example #1
0
 public override int GetHashCode()
 {
     return(Hashing.GetHashCode(this.Value));
 }
Example #2
0
 public override int GetHashCode()
 {
     return(Hashing.GetHashCode(this.ChildrenType, Hashing.GetCollectionHash(this.children)));
 }