DurationInequality Operator

Overload for not equal operator

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static bool operator !=(
	Duration d1,
	Duration d2
)

Parameters

d1  Duration
The first duration object
d2  Duration
The second duration object

Return Value

Boolean
True if not equal, false if they are equal

See Also