ListPaddingEquality Operator

Overload for 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 equal, false if not

See Also