RestApiSecurityRequirement.IDictionary<RestApiSecurityScheme,IList<String>>.ContainsKey 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.
Determines whether the IDictionary<TKey,TValue> contains an element with the specified key.
bool IDictionary<RestApiSecurityScheme,IList<string>>.ContainsKey(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme key);
abstract member System.Collections.Generic.IDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.ContainsKey : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme -> bool
override this.System.Collections.Generic.IDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.ContainsKey : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme -> bool
Function ContainsKey (key As RestApiSecurityScheme) As Boolean Implements IDictionary(Of RestApiSecurityScheme, IList(Of String)).ContainsKey