bool TryHasHeader( string headerName, string headerValue, out ItemCompairs result )
Parameters
- headerName
- Name of the header.
- headerValue
- The header value.
- result
true
if the specified header has the same value; otherwise,false
.
Return Value
True if the comparison was possible