Exemplo n.º 1
0
 public bool Equals(Record Value)
 {
     this._eTicks++;
     return(Record.Equals(this._Value, this._Key, Value, this._Key));
 }
Exemplo n.º 2
0
 public bool Equals(Record A, Record B)
 {
     this._eTicks++;
     return(Record.Equals(A, this._LeftKey, B, this._RightKey));
 }