Exemplo n.º 1
0
 public bool Contains(StringValue other) => _value.Contains(other._value);
Exemplo n.º 2
0
 protected bool Equals(StringValue other)
 {
     return(string.Equals(_value, other._value));
 }