PeriodEquals(Period, Period) Method

Returns a value indicating whether two specified instances of Period are equal

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static bool Equals(
	Period p1,
	Period p2
)

Parameters

p1  Period
The first period to compare
p2  Period
The second period to compare

Return Value

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

See Also