116 /// @brief Compares this AttributeIterator to another AttributeIterator for equality
117 /// @param rhs The Right Hand Side AttributeIterator
118 /// @return True if the internal data stored in the Attribute this AttributeIterator refers to is the same as the metadata in the other AttributeIterator's Attribute, false otherwise.
121 /// @brief Compares this AttributeIterator to another AttributeIterator for inequality
122 /// @param rhs The Right Hand Side AttributeIterator.
123 /// @return False if the internal data stored in Node this AttributeIterator refers to is the same as the metadata in the other AttributeIterator's Attribute, True otherwise.