Exemplo n.º 1
0
 public bool InvokeComparison(double rightValue)
 {
     return(ConditionType.InvokeComparison(rightValue, Value));
 }