Inheritance: AbstractNode, IValue
Exemplo n.º 1
0
 protected bool Equals(BooleanValue other)
 {
     return(Value == other.Value);
 }
Exemplo n.º 2
0
 protected bool Equals(BooleanValue other)
 {
     return Value == other.Value;
 }