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

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

Syntax

C#
public bool Equals(
	TimeInterval other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As TimeInterval _
) As Boolean

Parameters

other
Type: DlhSoft.Windows.Data..::.TimeInterval
A TimeInterval to compare to this instance.

Return Value

True if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also