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