Compares two email addresses and returns whether they are equal.
Each address can contain a "mailto:" prefix. The two addresses match only if they are non-NULL and non-empty. The address itself is compared case insensitively.
email1 |
the first email |
email2 |
the second email |
true, when the |