About 77 results
Open links in new tab
  1. Boolean logical operators - AND, OR, NOT, XOR

    Jan 24, 2026 · The conditional logical AND operator && also computes the logical AND of its operands, but it doesn't evaluate the …

  2. Equality operators - test if two objects are equal or not

    3 days ago · C# equality operators test if two objects are equal or not equal. You can define equality operators for your types for …

  3. Table of operators | Microsoft Support

    An operator is a sign or symbol that specifies the type of calculation to perform in an expression. Access supports arithmetic, …

  4. Equality operators: == and != | Microsoft Learn

    Aug 12, 2024 · The C++ standard language equal-to and not-equal-to operator syntax and use.

  5. Operators and expressions - List all operators and expression - C# ...

    Jan 24, 2026 · Learn the C# operators and expressions, operator precedence, and operator associativity.

  6. Member access operators: '.' and '->' | Microsoft Learn

    Dec 8, 2021 · The member access operators . and -> are used to refer to members of struct, union, and class types. Member access …

  7. ?? and ??= operators - null-coalescing operators - C# reference

    Jan 24, 2026 · The null-coalescing operator ?? returns the value of its left-hand operand if it's not null. Otherwise, it evaluates the …

  8. ?: operator - the ternary conditional operator - C# reference

    Jan 24, 2026 · Learn about the C# ternary conditional operator, (`?:`), that returns the result of one of the two expressions based on …

  9. The lambda operator - The `=>` operator is used to define a lambda ...

    3 days ago · The C# => operator defines lambda expressions and expression bodied members. Lambda expressions define a block …

  10. C++ built-in operators, precedence, and associativity

    Aug 3, 2021 · C++ operator precedence and associativity table The following table shows the precedence and associativity of C++ …

  11. C# arithmetic, comparison, logical, and assignment operators - C#

    3 days ago · Learn how C# arithmetic, relational, equality, logical, conditional, and assignment operators work, including integer …