PeriodInequality Operator

Overload for not equal operator

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
public static bool operator !=(
	Period? p1,
	Period? p2
)

Parameters

p1  Period
The first period object
p2  Period
The second period object

Return Value

Boolean
True if not equal, false if they are equal

See Also