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: 2025.1.9.0
Returns true if the periods are equal, false if they are not
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public static bool Equals(
Period? p1,
Period? p2
)VB
Public Shared Function Equals (
p1 As Period,
p2 As Period
) As BooleanC++
public:
static bool Equals(
Period^ p1,
Period^ p2
)F#
static member Equals :
p1 : Period *
p2 : Period -> bool Parameters
Return Value
BooleanReturns true if the periods are equal, false if they are not