JsonObject.ICollection<KeyValuePair<String,JsonNode>>.Contains Method

Definition

bool ICollection<KeyValuePair<string,JsonNode>>.Contains (System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Json.JsonNode> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Json.JsonNode>>.Contains : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Json.JsonNode> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Json.JsonNode>>.Contains : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Json.JsonNode> -> bool
Function Contains (item As KeyValuePair(Of String, JsonNode)) As Boolean Implements ICollection(Of KeyValuePair(Of String, JsonNode)).Contains

Parameters

Returns

Implements

Applies to