candoumbe / candoumbe/DataFilters

🐛 NumericValueExpression should not be equal to a TextExpression that contains the same value

Open
#215 0 comments 0 reactions 1 assignee Claimed by @candoumbe View on GitHub
bug :beetle:
Dominant language
C#
Stars
33
Forks
5
Avg merge
15h 50m
Merged PRs (30d)
17

Description

## Usage Information ##

Package version : 0.12.0

## Relevant Code / Invocations
```csharp
NumericExpression numericExpression = new NumericExpression(1);
TextExpression textExpression = new TextExpression("1");

bool numericExpressionEqualsTextExpression = numericExpression.Equals(textExpression)
```

## Expected Behavior
Expected `numericExpressionEqualsTextExpression` should be `false`

## Stacktrace / Exception
see [build logs](https://github.com/candoumbe/DataFilters/actions/runs/5869022224/job/15913101444#step:4:814) for more.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.