DateTime.equal

bool equal(glib.date_time.DateTime dt2) nothrow

Checks to see if dt1 and dt2 are equal.

Equal here means that they represent the same moment after converting them to the same time zone.

Parameters

dt2a #GDateTime

Returns

true if dt1 and dt2 are equal