Ejemplo n.º 1
0
 public override bool Equals(ConstantValue?other) =>
 base.Equals(other) && _value.Equals(other.RopeValue);