Compares two bookmarks.
public int CompareBookMarks( AdsBookMark bmk1, AdsBookMark bmk2 );
Remarks
Compares two bookmarks. AdsBookmark objects are returned from GetBookmark. If the bookmarks were retrieved from an index handle the key values associated with the bookmarks will be compared. Otherwise, the comparison will be based on the record number. If the key values are compared and determined to be equivalent the record number will then be used for the comparison.
See Also