Search
TimeSpan.equals Method
See Also
 






Checks if the time span object represents the same time value as the current instance.

Namespace: MindFusion.Scheduling
File: TimeSpan.js

 Syntax

JavaScript  Copy Code

function equals (timespan)

 Parameters

timespan

TimeSpan. The TimeSpan to check.

 Return Value

Boolean. True if the time spans represent the same time value, otherwise false.

 See Also