DurationEquals(Duration, Duration) Method
Returns a value indicating whether two specified instances of Duration are equal
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Returns true if the durations are equal, false if they are not
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public static bool Equals(
Duration d1,
Duration d2
)VB
Public Shared Function Equals (
d1 As Duration,
d2 As Duration
) As BooleanC++
public:
static bool Equals(
Duration d1,
Duration d2
)F#
static member Equals :
d1 : Duration *
d2 : Duration -> bool Parameters
Return Value
BooleanReturns true if the durations are equal, false if they are not