共用方式為


BicepDictionary<T>.ICollection<KeyValuePair<String,BicepValue>>.Contains Method

Definition

bool ICollection<KeyValuePair<string,BicepValue>>.Contains (System.Collections.Generic.KeyValuePair<string,Azure.Provisioning.BicepValue> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Azure.Provisioning.BicepValue>>.Contains : System.Collections.Generic.KeyValuePair<string, Azure.Provisioning.BicepValue> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Azure.Provisioning.BicepValue>>.Contains : System.Collections.Generic.KeyValuePair<string, Azure.Provisioning.BicepValue> -> bool
Function Contains (item As KeyValuePair(Of String, BicepValue)) As Boolean Implements ICollection(Of KeyValuePair(Of String, BicepValue)).Contains

Parameters

Returns

Implements

Applies to