public override bool IsEqualTo(RuntimeValue other) { return(other is IntegerValue integer && integer.Value == Value); }
public override bool IsEqualTo(RuntimeValue other) { return(other is CommandValue command && command.Value == Value); }