TextSearchFilter.Equality(String, Object) 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.
Add a equality clause to the filter options.
public Microsoft.SemanticKernel.Data.TextSearchFilter Equality(string fieldName, object value);
member this.Equality : string * obj -> Microsoft.SemanticKernel.Data.TextSearchFilter
Public Function Equality (fieldName As String, value As Object) As TextSearchFilter
Parameters
- fieldName
- String
Name of the field.
- value
- Object
Value of the field.
Returns
FilterOptions instance to allow fluent configuration.