Wijmo UI for the Web
Equal Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.DateTimeInfo();
var value; // Type: bool

// Parameters
var date1; // Type:  any
var date2; // Type:  any
var strict; // Type:  any

value = instance.Equal(date1, date2, strict);
Javascript (Specification) 
function Equal( 
   date1 : any,
   date2 : any,
   strict : any
) : bool;

Parameters

date1
date2
strict
Browser Compatibility
7
5
5

See Also

Reference

DateTimeInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.