JsonObject.ICollection<KeyValuePair<String,JsonNode>>.Contains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
bool ICollection<KeyValuePair<string,JsonNode>>.Contains (System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Json.JsonNode> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Json.JsonNode>>.Contains : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Json.JsonNode> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Json.JsonNode>>.Contains : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Json.JsonNode> -> bool
Function Contains (item As KeyValuePair(Of String, JsonNode)) As Boolean Implements ICollection(Of KeyValuePair(Of String, JsonNode)).Contains
Parameters
- item
- KeyValuePair<String,JsonNode>