Forums › 💬 NodeCanvas › ⚙️ Support › Is there a bug in TaskTools.Compare
it will return False when a and b both are same int. maybe should to use a.CompareTo(b) == 0 instead of a == b ?
a
b
a.CompareTo(b) == 0
a == b
Yep, I’ve fixed that now. Thanks 🙂