Share via


HostString.Inequality Operator

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    left As HostString, _
    right As HostString _
) As Boolean
'Usage
Dim left As HostString 
Dim right As HostString 
Dim returnValue As Boolean 

returnValue = (left <> right)
public static bool operator !=(
    HostString left,
    HostString right
)
public:
static bool operator !=(
    HostString left, 
    HostString right
)
static let inline(<>)
        left:HostString * 
        right:HostString  : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

HostString Structure

Microsoft.Owin Namespace