[This is preliminary documentation and is subject to change.]
Indicates whether TimeSpan and TimeSpanFormattable instances are not equal.
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public static bool operator !=( TimeSpan t1, TimeSpanFormattable t2 ) |
| Visual Basic |
|---|
Public Shared Operator <> ( _ t1 As TimeSpan, _ t2 As TimeSpanFormattable _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator !=( TimeSpan t1, TimeSpanFormattable t2 ) |
| F# |
|---|
static let inline (<>) t1:TimeSpan * t2:TimeSpanFormattable : bool |
| JScript |
|---|
|
Parameters
- t1
- Type: System..::..TimeSpan
A TimeSpan.