Microsoft SDK for Java

compareSet

This method of the PermissionDataSet Class compares the PermissionDataSet object to another set.

Syntax

public int compareSet(Object 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 object that the PermissionDataSet object is being compared with.

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