equal


Description:

public bool equal (DateTime dt)

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:

dt1

a DateTime

dt2

a DateTime

Returns:

true if dt1 and dt2 are equal