Exemplo n.º 1
0
 public bool Equals(Utf8String other)
 {
     return(_buffer.SequenceEqual(other._buffer));
 }
Exemplo n.º 2
0
 public int CompareTo(Utf8String other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public bool ReferenceEquals(Utf8String other)
 {
     return(_buffer == other._buffer);
 }