Contents:
Compares two QVariant values and returns whether they are equal, two NULL values are always treated as equal and 0 is not treated as equal with NULL
lhs (Any) – first value
rhs (Any) – second value
bool
True if values are equal
True