Reputation: 104741
Is there an equivalent in VB.NET to the C# ^= operator?
Upvotes: 2
Views: 1827
Reputation: 415820
You have to code it like this:
A = A Xor B