public bool Equals(Utf8String other) { return(_buffer.SequenceEqual(other._buffer)); }
public int CompareTo(Utf8String other) { throw new NotImplementedException(); }
public bool ReferenceEquals(Utf8String other) { return(_buffer == other._buffer); }