vote up 4 vote down star

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

Thanks, Jacob

flag

3 Answers

vote up 10 vote down check

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

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

link|flag
vote up 1 vote down

you can also use "<>"

link|flag

Your Answer

Get an OpenID
or

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