KernelPluginCollection.Contains(KernelPlugin) 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.
Gets whether the collection contains the specified plugin.
public bool Contains (Microsoft.SemanticKernel.KernelPlugin plugin);
abstract member Contains : Microsoft.SemanticKernel.KernelPlugin -> bool
override this.Contains : Microsoft.SemanticKernel.KernelPlugin -> bool
Public Function Contains (plugin As KernelPlugin) As Boolean
Parameters
- plugin
- KernelPlugin
The plugin.
Returns
true if the collection contains the plugin; otherwise, false.