DurationEquals(Duration, Duration) Method
Returns a value indicating whether two specified instances of Duration are equal
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static bool Equals(
Duration d1,
Duration d2
)
Public Shared Function Equals (
d1 As Duration,
d2 As Duration
) As Boolean
public:
static bool Equals(
Duration d1,
Duration d2
)
static member Equals :
d1 : Duration *
d2 : Duration -> bool
- d1 Duration
- The first duration to compare
- d2 Duration
- The second duration to compare
BooleanReturns true if the durations are equal, false if they are not