상속: AbstractNode, IValue
예제 #1
0
 protected bool Equals(BooleanValue other)
 {
     return(Value == other.Value);
 }
예제 #2
0
 protected bool Equals(BooleanValue other)
 {
     return Value == other.Value;
 }