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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET