Is there a bug in TaskTools.Compare

Forums 💬 NodeCanvas ⚙️ Support Is there a bug in TaskTools.Compare

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19614
    hbb
    Participant

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

      #19615
      Gavalakis
      Keymaster

        Yep,
        I’ve fixed that now. Thanks 🙂

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