PnsCredential.IsEqual(PnsCredential, PnsCredential) Method

Definition

Specifies whether the two credentials are equal.

public static bool IsEqual (Microsoft.Azure.NotificationHubs.PnsCredential cred1, Microsoft.Azure.NotificationHubs.PnsCredential cred2);
static member IsEqual : Microsoft.Azure.NotificationHubs.PnsCredential * Microsoft.Azure.NotificationHubs.PnsCredential -> bool
Public Shared Function IsEqual (cred1 As PnsCredential, cred2 As PnsCredential) As Boolean

Parameters

cred1
PnsCredential

The first credential to compare.

cred2
PnsCredential

The second credential to compare.

Returns

true if the two credentials are equal; otherwise, false.

Applies to