About 1,150 results
Open links in new tab
  1. Mastering Operators in C#: A Comprehensive Guide - Medium

    Jul 31, 2024 · In this article, we will explore the integral concept of operators in C# programming. Operators are essential components that enable the execution of various operations within …

  2. docs-1/docs/csharp/language-reference/operators/logical-negation ...

    Operator (C# Reference) The logical negation operator (!) is a unary operator that negates its operand. It is defined for bool and returns true if and only if its operand is false.

  3. dotnet-docs/docs/csharp/language-reference/operators/boolean …

    The unary prefix ! operator computes logical negation of its operand. That is, it produces true, if the operand evaluates to false, and false, if the operand evaluates to true:

  4. Negation - Wikipedia

    " NOT " is the operator used in ALGOL 60, BASIC, and languages with an ALGOL- or BASIC-inspired syntax such as Pascal, Ada, and Eiffel. Some languages (C++, Perl, etc.) provide …

  5. Using Boolean expressions logic and Conditobal operator

    Oct 19, 2023 · Adding the ! operator before a conditional expression like a method call checks to ensure the expression is false. And just to hopefully help you see the connections between …

  6. Abridged Reference: Operators / logical operators - GitHub

    Should the xor-operator ^ be in the list as well? I've seen the "logical not" ! in the list of unary operators, but it would be confusing not to include this operator into the list of logical operators.

  7. docs-1/docs/csharp/language-reference/operators/boolean …

    The unary prefix ! operator computes logical negation of its operand. That is, it produces true, if the operand evaluates to false, and false, if the operand evaluates to true:

  8. dotnet_docs/docs/csharp/language-reference/operators/logical-negation ...

    The logical negation operator (`!`) is a unary operator that negates its operand. It is defined for `bool` and returns `true` if and only if its operand is `false`.

  9. dotnet-docs/docs/csharp/language-reference/operators/boolean …

    The unary prefix ! operator computes logical negation of its operand. That is, it produces true, if the operand evaluates to false, and false, if the operand evaluates to true:

  10. docs-1/docs/csharp/language-reference/operators/logical-negation ...

    Operator (C# Reference) The logical negation operator (!) is a unary operator that negates its operand. It is defined for bool and returns true if and only if its operand is false.