Ejemplo n.º 1
0
 public override bool IsEqualTo(RuntimeValue other)
 {
     return(other is IntegerValue integer && integer.Value == Value);
 }
Ejemplo n.º 2
0
 public override bool IsEqualTo(RuntimeValue other)
 {
     return(other is CommandValue command && command.Value == Value);
 }