EitherStatus.IsRight => default(OrdR).Compare(x.RightValue, y.RightValue),
 EitherStatus.IsRight => default(EqR).Equals(x.RightValue, y.RightValue),