File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ Here is a list of which operators are supported in ExpressionEvaluator or not
307307 |Type-testing|[as](https:// docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/is)|Not Supported|
308308 |Equality|[x == y](https:// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/equality-comparison-operator)|Supported|
309309 |Equality|[x != y](https:// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/not-equal-operator)|Supported|
310- |*Equality*|x <> y |Supported (Not in C# same as x != y)|
310+ |*Equality*|x <> y |Added (Not in C# same as x != y)|
311311|Logical AND|[x & y](https:// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/and-operator)|Supported|
312312 |Logical XOR |[x ^ y](https:// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/xor-operator)|Supported|
313313 |Logical OR |[x | y](https:// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/or-operator)|Supported|
You can’t perform that action at this time.
0 commit comments