This method of the ProvideSetComparisonInfo Interface compares two objects retrieved from getSetRule or objects derived through other methods on this interface.
int compareSetRules(Object o1, Object o2);
Returns a SetComparison.compareSet return code.
o1 | The first set rule to compare. |
o2 | The second set rule to compare. |