This method of the IncludeExcludeIntRanges Class determines the intersection of two set rule objects.
public Object intersectSetRules(Object o1, Object o2);
Returns an object containing the intersection of the set rules.
o1 | The object containing the first set rule. |
o2 | The object containing the second set rule. |