StreamingKernelContentItemCollection.Contains(StreamingKernelContent) 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 a content item is in the collection.
public bool Contains (Microsoft.SemanticKernel.StreamingKernelContent item);
abstract member Contains : Microsoft.SemanticKernel.StreamingKernelContent -> bool
override this.Contains : Microsoft.SemanticKernel.StreamingKernelContent -> bool
Public Function Contains (item As StreamingKernelContent) As Boolean
Parameters
The content item to locate.
Returns
True if the content item is found in the collection; otherwise, false.
Implements
Exceptions
item
is null.