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

(Warning) Objects for binding must implement IComparable interface #13

Open
vlkam opened this issue Aug 21, 2017 · 1 comment
Open

(Warning) Objects for binding must implement IComparable interface #13

vlkam opened this issue Aug 21, 2017 · 1 comment
Assignees
Labels

Comments

@vlkam
Copy link

vlkam commented Aug 21, 2017

Otherwise, bindings don't work

Solution : comment line
((v is IComparable) && ((IComparable)v).CompareTo(Value) != 0))

in method

void OnSideChanged(Expression expr, Expression dependentExpr, int causeChangeId)

@praeclarum
Copy link
Owner

Ah yes I should use equality comparison.

@praeclarum praeclarum self-assigned this Dec 13, 2018
@praeclarum praeclarum added the bug label Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants