internal override bool LessThan(Literal rhs)
 {
     return rhs.GreaterThan(this.m_value);
 }
Exemplo n.º 2
0
 internal override bool LessThan(Literal rhs)
 {
     return rhs.GreaterThan();
 }