Beispiel #1
0
 public bool Equals(TupleStateKey other)
 {
     return(_node.Equals(other._node) && _tuple.Equals(other._tuple));
 }