QueryString.Equals Method (QueryString)
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Function Equals ( _
other As QueryString _
) As Boolean
'Usage
Dim instance As QueryString
Dim other As QueryString
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
QueryString other
)
public:
virtual bool Equals(
QueryString other
) sealed
abstract Equals :
other:QueryString -> bool
override Equals :
other:QueryString -> bool
public final function Equals(
other : QueryString
) : boolean
Parameters
- other
Type: Microsoft.Owin.QueryString
Return Value
Type: System.Boolean
Returns Boolean.