public override int GetHashCode() { return(Hashing.GetHashCode(this.Value)); }
public override int GetHashCode() { return(Hashing.GetHashCode(this.ChildrenType, Hashing.GetCollectionHash(this.children))); }