System.TimeSpan.op_Inequality Method

Indicates whether two TimeSpan instances are not equal.

Syntax

public static bool operator!= (TimeSpan t1, TimeSpan t2)

Parameters

t1
The first time interval to compare.
t2
The second time interval to compare.

Returns

true if the values of t1 and t2 are not equal; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0