Token Equals() assigns BooleanToken source token value with target
Closed this issue · 1 comments
torben-struct commented
if (this is BooleanToken booleanToken && other is BooleanToken booleanTokenOther)
{
return booleanToken.Value = booleanTokenOther.Value;
}
Should be ==, right?
UkooLabs commented
@torben-struct ty for spotting that now fixed