public override int GetHashCode() { if (hash == 0) { int i1; int i2; int i3; i1 = pc.NDOGetObjectHashCode(); i2 = child.NDOGetObjectHashCode(); i3 = r.GetHashCode(); hash = (i1 ^ i2) ^ i3; } return(hash); }
public override int GetHashCode() { return(pc.NDOGetObjectHashCode()); }