Returns a value indicating whether this instance is equal to a specified object.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public override bool Equals(
	Object value
)
Visual Basic (Declaration)
Public Overrides Function Equals ( _
	value As Object _
) As Boolean

Parameters

value
Type: System..::.Object
An object to compare to this instance.

Return Value

true if the value parameter is an instance of Date or DateTime and equals the value of this instance; otherwise, false.

See Also