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