C#, quick way to invert a nullable bool?

Posted by JL on Stack Overflow See other posts from Stack Overflow or by JL
Published on 2010-03-17T13:21:46Z Indexed on 2010/03/17 13:31 UTC
Read the original article Hit count: 133

Filed under:

I have a nullable bool. What is a quick way to invert it. In otherwords if value is TRUE make it FALSE, otherwise make it TRUE.

© Stack Overflow or respective owner

Related posts about c#