Bool equal(any x, any y)
Usage
Check any two values for equality. Returns true if they are equal, false otherwise. equal(a,b) is equivalent to a == b.
Related
- Compare with identical.
Check any two values for equality. Returns true if they are equal, false otherwise. equal(a,b) is equivalent to a == b.