Credentials.Equality Operator (Credentials, Credentials)

Bing
 

Determines whether two credentials are equal.

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

public static bool operator ==(
	Credentials credentials1,
	Credentials credentials2
)

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: