StorageCredentials.Equals Method (StorageCredentials) (Microsoft.WindowsAzure.Storage.Auth)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
StorageCredentials.::..Equals Method (StorageCredentials)(StorageCredentials^)(StorageCredentials)(StorageCredentials)
Determines whether an other StorageCredentials object is equal to this one by comparing their SAS tokens, account names, key names, and key values.
Namespace:
Microsoft.WindowsAzure.Storage.Auth
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Parameters
Return Value
Type:
System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue if the two StorageCredentials objects are equal; otherwise, false.
Return to top
Determines whether an other StorageCredentials object is equal to this one by comparing their SAS tokens, account names, key names, and key values.
Syntax
Parameters
Return Value
Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue if the two StorageCredentials objects are equal; otherwise, false.