This method of the ProvideSetComparisonInfo Interface obtains an object representing the specified rule that can be used internally by SetComparer.
Object getSetRule(int rule);
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.
rule | The rule, which can be either INCLUDE or EXCLUDE. |