Implicitly converts map of conditions to Filter

C# |
public static implicit operator Filter ( Dictionary<string, Condition> conditions )

- conditions (Dictionary<(Of <(<'String, Condition>)>)>)
- Map from attribute name to condition

Equivalent Filter