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