public override bool Equals(ConstantValue?other) =>
 base.Equals(other) && _value.Equals(other.RopeValue);