util_email_addresses_equal


Description:


[ Version ( since = "3.50" ) ]
public bool util_email_addresses_equal (string? email1, string? email2)

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.

Parameters:

email1

the first email

email2

the second email

Returns:

true, when the email1 equals to email2


Namespace: ECal
Package: libecal-2.0