SharedAccessBlobPolicies.Contains Method

Definition

Determines whether the collection of shared access policies contains the key and SharedAccessBlobPolicy value in the specified KeyValuePair<TKey,TValue> object.

public bool Contains (System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy> -> bool
Public Function Contains (item As KeyValuePair(Of String, SharedAccessBlobPolicy)) As Boolean

Parameters

item
KeyValuePair<String,SharedAccessBlobPolicy>

A KeyValuePair<TKey,TValue> object containing the key and SharedAccessBlobPolicy value to search for.

Returns

true if the shared access policies collection contains the specified key/value; otherwise, false.

Implements

Applies to