Click or drag to resize

DateTimeTickSpacingTimeSpanExEquals(DateTimeTickSpacingTimeSpanEx) Method

Determines whether this instance is equal to the specified value.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Equals(
	DateTimeTickSpacingTimeSpanEx other
)

Parameters

other  DateTimeTickSpacingTimeSpanEx
The value to compare with this instance.

Return Value

Boolean
if the values are equal; otherwise, .

Implements

IEquatableTEquals(T)
See Also