Credentials.Inequality Operator (Credentials, Credentials)

Bing
 

Determines whether two credentials are not equal.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

static let inline (<>)
        credentials1:Credentials *
        credentials2:Credentials : bool

Parameters

credentials1
Type: Microsoft.Maps.MapControl.WPF.Credentials

The first credentials object to compare.

credentials2
Type: Microsoft.Maps.MapControl.WPF.Credentials

The second credentials object to compare.

Return Value

Type: System.Boolean

Returns Boolean.

Return to top
Show: