SysTime.opEquals

bool opEquals()(auto ref const(SysTime) rhs) @safe const pure nothrow scope

Checks for equality between this SysTime and the given

SysTime.

Note that the time zone is ignored. Only the internal std times (which are in UTC) are compared.