try this:

vb Code:
  1. yourBooleanArray = Array.ConvertAll(yourBooleanArray, Function(b) Not b)