This method of the PermissionDataSet Class compares the permissions in the PermissionDataSet object against the permissions in another set.
public synchronized int compare(PermissionDataSet other);
Returns one of the following com.ms.util.SetComparison result codes:
DISJOINT
EMPTY
OVERLAP
EQUAL
SUBSET
SUPERSET
EMPTY_SUBSET
EMPTY_SUPERSET
other | The second permission set to compare against the first. |