Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether two credentials are equal.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public static bool operator ==(
Credentials credentials1,
Credentials credentials2
)
public:
static bool operator ==(
Credentials^ credentials1,
Credentials^ credentials2
)
static let inline (=)
credentials1:Credentials *
credentials2:Credentials : bool
Public Shared Operator = (
credentials1 As Credentials,
credentials2 As Credentials
) As Boolean
Parameters
credentials1
Type: Microsoft.Maps.MapControl.WPF.CredentialsThe first credentials object to compare.
credentials2
Type: Microsoft.Maps.MapControl.WPF.CredentialsThe second credentials object to compare.
Return Value
Type: System.Boolean
Returns Boolean.
See Also
Credentials Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top