The AdoEnums.Compare class of the com.ms.wfc.data package specifies the relative position of two records represented by their bookmarks.
class AdoEnums.Compare extends com.ms.wfc.core.Enum { // Fields public static final int EQUAL; public static final int GREATERTHAN; public static final int LESSTHAN; public static final int NOTCOMPARABLE; public static final int NOTEQUAL; }