Test if two values are equivalent.
This helper supports equality testing for:
equals
This method compares object b with object a, so in cases where an equality testing method is used it is called as `a.equals(b).
b
a
The first value
The second value
Test if two values are equivalent.
This helper supports equality testing for:
equalsmethod (Array, Set, Color, etc...)This method compares object
bwith objecta, so in cases where an equality testing method is used it is called as `a.equals(b).