Click or drag to resize

DateTimeTickSpacingTimeSpanExEquality Operator

Determines whether two values are equal.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator ==(
	DateTimeTickSpacingTimeSpanEx x,
	DateTimeTickSpacingTimeSpanEx y
)

Parameters

x  DateTimeTickSpacingTimeSpanEx
The first value to compare.
y  DateTimeTickSpacingTimeSpanEx
The second value to compare.

Return Value

Boolean
if both values are equal; otherwise, .
See Also