7 references to Equals
System.Net.Http (4)
System\Net\Http\Headers\HeaderDescriptor.cs (2)
148
if (Ascii.
Equals
(headerValue, knownValues[i]))
306
return candidate != null && Ascii.
Equals
(contentTypeValue, candidate) ?
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
1112
if (knownReasonPhrase != null && Ascii.
Equals
(reasonBytes, knownReasonPhrase))
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
200
if (lastValue is null || !Ascii.
Equals
(value, lastValue))
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Equality.cs (3)
33
/// <inheritdoc cref="
Equals
(ReadOnlySpan{byte}, ReadOnlySpan{char})"/>
35
=>
Equals
(right, left);
37
/// <inheritdoc cref="
Equals
(ReadOnlySpan{byte}, ReadOnlySpan{char})"/>