Is there a bug in TaskTools.Compare

NodeCanvas Forums Support Is there a bug in TaskTools.Compare

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10142

    it will return False when a and b both are same int.
    maybe should to use a.CompareTo(b) == 0 instead of a == b ?

    #10143
    Gavalakis
    Keymaster

    Yep,
    I’ve fixed that now. Thanks 🙂

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.