This method of the PermissionUtils Class converts com.ms.util.SetComparison results to a string format.
public static String ComparisonResulttoString(int cmp);
Returns one of the following result strings:
"empty" (EMPTY)
"equal" (EQUAL)
"disjoint" (DISJOINT)
"overlap" (OVERLAP)
"inclusive subset" (SUBSET)
"inclusive superset" (SUPERSET)
"empty subset" (EMPTY_SUBSET)
"empty superset" (EMPTY_SUPERSET)
cmp | A comparison result from the SetComparison.compareSet method. |