eq<ValType> static method
DSL to create 'is equal to' relational condition
Implementation
static CondCol<ValType> eq<ValType>(
Field<ValType> field, Field<ValType> value) =>
CondCol<ValType>(field, Op.Eq, value);