Share via


StorageCredentials.Equals(StorageCredentials) Method

Definition

Determines whether an other StorageCredentials object is equal to this one by comparing their SAS tokens, account names, key names, and key values.

public bool Equals (Microsoft.Azure.Storage.Auth.StorageCredentials other);
override this.Equals : Microsoft.Azure.Storage.Auth.StorageCredentials -> bool
Public Function Equals (other As StorageCredentials) As Boolean

Parameters

other
StorageCredentials

The StorageCredentials object to compare to this one.

Returns

true if the two StorageCredentials objects are equal; otherwise, false.

Applies to