This method of the PermissionDataSet Class compares the PermissionDataSet object to another set.
public int compareSet(Object other);
Returns one of the following com.ms.util.SetComparison result codes:
DISJOINT
EMPTY
OVERLAP
EQUAL
SUBSET
SUPERSET
EMPTY_SUBSET
EMPTY_SUPERSET
other | The object that the PermissionDataSet object is being compared with. |