Constructs an instance of EitherEq.
EitherEq
Requires an instance of Eq<A> and Eq<B>.
Eq<A>
Eq<B>
EitherEq(this.leftEq, this.rightEq);