equal


Description:

public bool equal (DateTime dt)

Checks to see if this and dt2 are equal.

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

Parameters:

this

a DateTime

dt2

a DateTime

Returns:

true if this and dt2 are equal