Determines whether an expression is false and returns a boolean.
- If boolean is null, then returns false;
- If boolean is false, then returns true;
- If boolean is true, then returns false.
Determines whether an expression is false and returns a boolean.
Comments
0 comments
Please sign in to leave a comment.