CorDateTime: EqualTo

EqualTo

Determines if this instance is equal to another CorDateTime object.



 Public Function EqualTo(
	  ByVal Value As CorDateTime ) As Boolean

Parameters

Value
[ByVal] CorDateTime. The CorDateTime object to compare against.

Return Values

Boolean -  Returns True if this object is equal to the Value object.

Remarks

This is provided for quick comprisons of two CorDateTime Objects.

See Also

Project CorLib Overview

Class CorDateTime Overview