ValuableCompare<T>.smallerOrEquals constructor

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

Smaller or equality comparator constructor

Implementation

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