Microsoft SDK for Java

compare

This method of the PermissionDataSet Class compares the permissions in the PermissionDataSet object against the permissions in another set.

Syntax

public synchronized int compare(PermissionDataSet other);

Return Value

Returns one of the following com.ms.util.SetComparison result codes:

DISJOINT
EMPTY
OVERLAP
EQUAL
SUBSET
SUPERSET
EMPTY_SUBSET
EMPTY_SUPERSET

Parameters

other The second permission set to compare against the first.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.