PnsCredential.IsEqual(PnsCredential, PnsCredential) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET