CorDateTime: NotEqualTo

NotEqualTo

Determines if this instance is not equal to another CorDateTime object.



 Public Function NotEqualTo(
	  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 not equal to the Value object.

Remarks

This is provided for quick comprisons of two CorDateTime Objects.

See Also

Project CorLib Overview

Class CorDateTime Overview