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: 2023.1.2.0
public static bool Equals(
	Duration d1,
	Duration d2
)

Parameters

d1  Duration
The first duration to compare
d2  Duration
The second duration to compare

Return Value

Boolean
Returns true if the durations are equal, false if they are not

See Also