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