MindFusion.Scheduling for JavaScript Programmer's Guide
TimeRange.equals Method
See Also
 






Checks if the specified range contains the same date-time as the current instance.

Namespace: MindFusion.Scheduling
Assembly: TimeRange.js

 Syntax

JavaScript  Copy Code

function equals (range)

 Parameters

range

TimeRange. The range of DateTime values to check.

 Return Value

Boolean. true if the ranges are equal; otherwise false.

 See Also

TimeRange Members
TimeRange Class
MindFusion.Scheduling Namespace