DurationInequality Operator
Overload for not equal operator
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static bool operator !=(
Duration d1,
Duration d2
)
Public Shared Operator <> (
d1 As Duration,
d2 As Duration
) As Boolean
public:
static bool operator !=(
Duration d1,
Duration d2
)
static let inline (<>)
d1 : Duration *
d2 : Duration : bool
- d1 Duration
- The first duration object
- d2 Duration
- The second duration object
BooleanTrue if not equal, false if they are equal