Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares the two instances for equality.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public static bool operator ==(
QueryString left,
QueryString right
)
public:
static bool operator ==(
QueryString left,
QueryString right
)
static let inline (=)
left:QueryString *
right:QueryString : bool
Public Shared Operator = (
left As QueryString,
right As QueryString
) As Boolean
Parameters
- left
Type: Microsoft.Owin.QueryString
- right
Type: Microsoft.Owin.QueryString
Return Value
Type: System.Boolean
Returns Boolean.
See Also
QueryString Structure
Microsoft.Owin Namespace
Return to top