Represents the result of comparing parameter sets.
The Differences tuple contains an array of parameters that exist in one array but not in the other array.
The Intersections tuple contains an array of parameters that exist in both sets.
The Comparisons tuple contains an array of parameters that exist in both sets, with the additional valueOther from the other set of the matching parameter.
Represents the result of comparing parameter sets.
The Differences tuple contains an array of parameters that exist in one array but not in the other array. The Intersections tuple contains an array of parameters that exist in both sets. The Comparisons tuple contains an array of parameters that exist in both sets, with the additional valueOther from the other set of the matching parameter.