ListPaddingInequality Operator

Overload for not equal operator

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public static bool operator !=(
	ListPadding lp1,
	ListPadding lp2
)

Parameters

lp1  ListPadding
The first object
lp2  ListPadding
The second object

Return Value

Boolean
True if not equal, false if they are equal

See Also