Microsoft SDK for Java

mergeComparisonResults

This method of the PermissionUtils Class merges the comparison results from SetComparison.compareSet of two different sets into one, as though they were part of the same set.

Syntax

public static int mergeComparisonResults(int cmp1, int cmp2);

Return Value

Returns the merged comparison result.

Parameters

cmp1 The first comparison result.
cmp2 The second comparison result.

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