Table of Contents

Method NotEqual

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

NotEqual(string, MetadataFilterValue)

Creates a filter matching entries that carry key with a value different from value. A missing key does not match.

public static MetadataFilter NotEqual(string key, MetadataFilterValue value)

Parameters

key string
value MetadataFilterValue

Returns

MetadataFilter
Share