Checks if the string is equal to the given value
equals("hello", "Hello"); // false
Generated using TypeDoc
Checks if the string is equal to the given value
Example