Share via


Equality Operator

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Determines whether two specified instances of DateTime are equal.

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

Syntax

'Declaration
Public Shared Operator = ( _
    d1 As DateTime, _
    d2 As DateTime _
) As Boolean
public static bool operator ==(
    DateTime d1,
    DateTime d2
)
public:
static bool operator ==(
    DateTime d1, 
    DateTime d2
)
static let inline (=)
        d1:DateTime * 
        d2:DateTime  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System. . :: . .Boolean
true if d1 and d2 represent the same date and time; otherwise, false.

.NET Framework Security

See Also

Reference

DateTime Structure

System Namespace