public bool Equals(TupleStateKey other) { return(_node.Equals(other._node) && _tuple.Equals(other._tuple)); }