Microsoft SDK for Java

combineSetRules

This method of the ProvideSetComparisonInfo Interface computes the union of two objects retrieved from getSetRule or objects derived through other metods in this interface.

Syntax

Object combineSetRules(Object o1, Object o2);

Return Value

Returns a new set rule representing the union of the two rules, o1 and o2.

Parameters

o1 The first set rule.
o2 The second set rule.

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