ValuableCompare<T>.different constructor

ValuableCompare<T>.different(
  1. Valuable<T> operand1,
  2. Valuable<T> operand2
)

Difference comparator constructor

Implementation

ValuableCompare.different(Valuable<T> operand1, Valuable<T> operand2)
    : this(operand1, CompareOperator.different, operand2);