Exemplo n.º 1
0
 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);
 }
Exemplo n.º 2
0
 public override int GetHashCode()
 {
     return(pc.NDOGetObjectHashCode());
 }