System.TimeSpan.TTimeSpan.operator !=
C++
bool __fastcall operator!=(const TTimeSpan& __rhs) { return TTimeSpan::_op_Inequality(*this, __rhs); };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.TimeSpan.hpp | System.TimeSpan | TTimeSpan |
Description
Embarcadero Technologies does not currently have any additional information.