What is the equivalent to the C# "!" operator in F#?

Thanks, Jacob

link|improve this question

feedback

3 Answers

up vote 14 down vote accepted

According to "Foundations of F#", page 61:

F# uses a function called not for Boolean "not" operations.

link|improve this answer
feedback

you can also use "<>"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.