QueryString.Inequality(QueryString, QueryString) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares the two instances for inequality.
public static bool operator != (Microsoft.Owin.QueryString left, Microsoft.Owin.QueryString right);
static member op_Inequality : Microsoft.Owin.QueryString * Microsoft.Owin.QueryString -> bool
Public Shared Operator != (left As QueryString, right As QueryString) As Boolean
Parameters
- left
- QueryString
- right
- QueryString