File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,6 @@ Here is a list of which operators are supported in ExpressionEvaluator or not
316
316
|Type-testing|[as](https:// docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/is)|Not Supported|
317
317
|Equality|[x == y](https:// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/equality-comparison-operator)|Supported|
318
318
|Equality|[x != y](https:// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/not-equal-operator)|Supported|
319
- |*Equality*|x <> y |Added (Not in C# same as x != y)|
320
319
|Logical AND |[x & y](https:// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/and-operator)|Supported|
321
320
|Logical XOR |[x ^ y](https:// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/xor-operator)|Supported|
322
321
|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