Microsoft SDK for Java

getSetRule

This method of the ProvideSetComparisonInfo Interface obtains an object representing the specified rule that can be used internally by SetComparer.

Syntax

Object getSetRule(int rule);

Return Value

Returns the object specifying the rule. The object is treated as an opaque value and is provided to the other operators on this interface to obtain further information.

Parameters

rule The rule, which can be either INCLUDE or EXCLUDE.

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