AddressCollection.Inequality Operator

Determines whether the first collection is not equal to the second collection.

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

Syntax

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

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

Parameters

Return Value

Type: System.Boolean
true if both collections are not equal; otherwise, false.

See Also

Reference

AddressCollection Structure

Microsoft.Owin.BuilderProperties Namespace