Lucene.Net.Codecs.SimpleText.SimpleTextDocValuesReader.StartsWith C# (CSharp) Method

StartsWith() private method

Used only in ctor:
private StartsWith ( Util.BytesRef prefix ) : bool
prefix Util.BytesRef
return bool
        private bool StartsWith(BytesRef prefix)
        {
            return StringHelper.StartsWith(SCRATCH, prefix);
        }