Not Equal

The '!=' operator and the Cursor.NotAt method perform a comparison for inequality. They will return true only if the positions that are being compared do not represent the same row. The cursors involved in the comparison do not need to be of the same type.

bool IsNotAt (const Cursor& cursor) const throw (rdm_exception&);
bool operator != (const Cursor& cursor) const throw (rdm_exception&);