Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable equality matches to use default equality comparison and drop constraint that value to match must be equatable #77

Closed
oliverzick opened this issue Dec 30, 2020 · 0 comments · Fixed by #78
Assignees
Labels
enhancement New feature or request

Comments

@oliverzick
Copy link
Owner

oliverzick commented Dec 30, 2020

Drop constraint from Equal and NotEqual matches that requires match value to implement IEquatable<T> interface and use default equality comparison instead.

@oliverzick oliverzick changed the title Drop constraint from Equal/NotEqual match that Fix Equal/NotEqual match to use default equality comparison without the need that matched value is equatable Dec 30, 2020
@oliverzick oliverzick self-assigned this Dec 30, 2020
@oliverzick oliverzick changed the title Fix Equal/NotEqual match to use default equality comparison without the need that matched value is equatable Enable Equal/NotEqual matches to use default equality comparison without the need that the value to match is equatable Dec 30, 2020
@oliverzick oliverzick added the enhancement New feature or request label Dec 30, 2020
@oliverzick oliverzick changed the title Enable Equal/NotEqual matches to use default equality comparison without the need that the value to match is equatable Enable Equal/NotEqual matches to use default equality comparison and drop constraint that value to match must be equatable Dec 30, 2020
@oliverzick oliverzick changed the title Enable Equal/NotEqual matches to use default equality comparison and drop constraint that value to match must be equatable Enable equality matches to use default equality comparison and drop constraint that value to match must be equatable Dec 30, 2020
@oliverzick oliverzick changed the title Enable equality matches to use default equality comparison and drop constraint that value to match must be equatable Change equality matches to use default equality comparison and drop constraint that value to match must be equatable Dec 30, 2020
@oliverzick oliverzick changed the title Change equality matches to use default equality comparison and drop constraint that value to match must be equatable Enable equality matches to use default equality comparison and drop constraint that value to match must be equatable Dec 30, 2020
oliverzick added a commit that referenced this issue Dec 30, 2020
…on and drop constraint that value to match must be equatable
oliverzick added a commit that referenced this issue Dec 30, 2020
Resolve #77: Enable equality matches to use default equality comparison and drop constraint that value to match must be equatable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant