Microsoft SDK for Java

intersectSetRules

This method of the ProvideSetComparisonInfo Interface computes the intersection of two objects retrieved from getSetRule or objects or objects derived through other methods on this interface.

Syntax

Object intersectSetRules(Object o1, Object o2);

Return Value

Returns a new set rule representing the intersection 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.