DurationInequality Operator
Overload for not equal operator
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
True if not equal, false if they are equal
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public static bool operator !=(
Duration d1,
Duration d2
)VB
Public Shared Operator <> (
d1 As Duration,
d2 As Duration
) As BooleanC++
public:
static bool operator !=(
Duration d1,
Duration d2
)F#
static let inline (<>)
d1 : Duration *
d2 : Duration : boolParameters
Return Value
BooleanTrue if not equal, false if they are equal