dynamic operator ==(EvaluationType et)

Two types are equal, if their internal int matches.

Source

operator==(EvaluationType et) => this.type == et.type;