TimeSpanStatic: Equals

Equals

Returns a boolean indicating if the Left TimeSpan instance is equal to the Right instance.



 Public Function Equals(
	  ByRef Left As TimeSpan,
	  ByRef Right As TimeSpan ) As Boolean

Parameters

Left
[ByRef] TimeSpan. The TimeSpan on the left-hand side of the equality.
Right
[ByRef] TimeSpan. The TimeSpan on the right-hand side of the equality.

Return Values

Boolean -  Returns True if the Left instance is equal to the Right instance, False otherwise.

Remarks

This method will treat a value of Nothing as zero.

See Also

Project CorLib Overview

Class TimeSpanStatic Overview