Bool equalStr(String x, String y)
Arguments
x: A (Tainted) stringy: A (Tainted) string
Usage
Check two strings for equality, returning true if they are equal and false otherwise.
Either parameter to this function may be a tainted string
x: A (Tainted) stringy: A (Tainted) stringCheck two strings for equality, returning true if they are equal and false otherwise.
Either parameter to this function may be a tainted string