ValuableCompare<T> constructor

ValuableCompare<T>(
  1. Valuable<T> _operand1,
  2. CompareOperator _operator,
  3. Valuable<T> _operand2
)

Complete constuctor

Implementation

ValuableCompare(this._operand1, this._operator, this._operand2) : super();