Less Than Or Equal

The '<=' operator and the Cursor.IsBeforeAt method perform a less than or equal comparison for two cursors. They will return true if the '<' operator or the '==' operator return true.

bool IsBeforeAt (const Cursor& cursor) const throw (rdm_exception&);
bool operator <= (const Cursor& cursor) const throw (rdm_exception&);