Click or drag to resize

DateTimeTickSpacingTimeSpanExInequality Operator

Determines whether two values are not 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 the values are not equal; otherwise, .
See Also