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

Return Value

Type: System.Boolean
Returns Boolean.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

QueryString Structure

Equals Overload

Microsoft.Owin Namespace