DurationEquality Operator
Overload for equal operator
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
True if equal, false if not
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 equal, false if not