Share via


Address.Inequality Operator (Address, Address)

 

Determines whether two specified instances of Address are not equal.

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

Syntax

public static bool operator !=(
    Address left,
    Address right
)
public:
static bool operator !=(
    Address left,
    Address right
)
static let inline (<>)
        left:Address *
        right:Address : bool
Public Shared Operator <> (
    left As Address,
    right As Address
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if left and right do not represent the same address; otherwise, false.

See Also

Address Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top