ValuableCompare<T>.equals constructor

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

Equality comparator constructor

Implementation

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