instead of: New FieldCompareSetPredicate( entOther.ReponseOtherCode, Nothing, entOther2.ReponseOtherCode, Nothing, Not SetOperator.In, Nothing))
do:
New FieldCompareSetPredicate( entOther.ReponseOtherCode, Nothing, entOther2.ReponseOtherCode, Nothing, SetOperator.In, Nothing, True))
See the reference manual for details.