About 1,180 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. ?? 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 …

  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. In Operator | Microsoft Support

    In Operator If expris found in the list of values⁠,⁠the Inoperator returns True; otherwise, it returns False. You can include the Notlogical …

  5. Subscriptions & billing | XBOX Support

    Get more information about managing your XBOX subscriptions, issues with billing, and more.

  6. Bitwise and shift operators - perform boolean (AND, NOT, OR, XOR) …

    Jan 24, 2026 · The >> operator performs an arithmetic shift (that is, the value of the most significant bit is propagated to the high …

  7. ?: 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 …

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

    Aug 24, 2026 · The C# => operator defines lambda expressions and expression bodied members. Lambda expressions define a …

  9. 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 …

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

    Aug 24, 2026 · Learn how C# arithmetic, relational, equality, logical, conditional, and assignment operators work, including integer …

  11. Operator summary | Microsoft Learn

    Mar 29, 2022 · When several operations occur in an expression, each part is evaluated and resolved in a predetermined order called …