dnd-tools icon indicating copy to clipboard operation
dnd-tools copied to clipboard

use comparator operator, not 'is' operator

Open MikeSE314 opened this issue 4 years ago • 0 comments

Got a warning, tested this out. Should be using ==, not is. The is checks if two instances are the same instance. The == checks if two values are the same, which is usually what you want.

MikeSE314 avatar Oct 20 '20 00:10 MikeSE314