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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET