CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums


Determines whether two specified instances of DateTime are equal.

Namespace: ?System
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
Public Shared Operator = ( _
	d1 As DateTime, _
	d2 As DateTime _
) As Boolean
C#
public static bool operator ==(
	DateTime d1,
	DateTime d2
)
Visual C++
public:
static bool operator ==(
	DateTime d1, 
	DateTime d2
)
JavaScript
JavaScript does not support overloaded operators.

Return Value

true if d1 and d2 represent the same date and time; otherwise, false.

See Also



Free Download:
   
  Privacy | Contact Us
All Times Are GMT