Cursor Comparison Methods
A cursor can be positioned at any row in the sequence, it can also be positioned before the first row or after the last row. At times we may want to compare the position of one cursor with the position of another. To support this the C++ interface provide a set of methods and overloaded operators that compare cursor positions.