Exemplo n.º 1
0
 public override Boolean Equals(String other) => Stringier.Equals(capture.Value, other, ComparisonType);
Exemplo n.º 2
0
 public override Boolean Equals(ReadOnlySpan <Char> other) => Stringier.Equals(capture.Value, other, ComparisonType);