evaluate abstract method

bool evaluate(
  1. T? other
)

Evaluates this QueryFieldOperator against other, where other is a field on the model.

Implementation

bool evaluate(T? other);