PeriodEquals(Period, Period) Method
Returns a value indicating whether two specified instances of Period are equal
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static bool Equals(
Period p1,
Period p2
)
Public Shared Function Equals (
p1 As Period,
p2 As Period
) As Boolean
public:
static bool Equals(
Period^ p1,
Period^ p2
)
static member Equals :
p1 : Period *
p2 : Period -> bool
- p1 Period
- The first period to compare
- p2 Period
- The second period to compare
BooleanReturns true if the periods are equal, false if they are not