Ext.NET by Object.NET Inc.

<PackageReference Include="Ext.NET" Version="5.3.0" />

.NET API 88,267,264 bytes

 FilterHeaderComparator<T>

public class FilterHeaderComparator<T> : Dictionary<string, T>, IEquatable<IComparable>
public T Equal { get; }

public T GreaterThan { get; }

public T GreaterThanOrEqual { get; }

public bool HasEqual { get; }

public bool HasGreaterThan { get; }

public bool HasGreaterThanOrEqual { get; }

public bool HasLessThan { get; }

public bool HasLessThanOrEqual { get; }

public T LessThan { get; }

public T LessThanOrEqual { get; }

public static FilterHeaderComparator<T> Parse(string json)

public bool Equals(IComparable item)

public bool Match(IComparable item)