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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET