List PaddingInequality Operator
Overload for not equal operator
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True if not equal, false if they are equal
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public static bool operator !=(
ListPadding lp1,
ListPadding lp2
)VB
Public Shared Operator <> (
lp1 As ListPadding,
lp2 As ListPadding
) As BooleanC++
public:
static bool operator !=(
ListPadding lp1,
ListPadding lp2
)F#
static let inline (<>)
lp1 : ListPadding *
lp2 : ListPadding : boolParameters
- lp1 ListPadding
- The first object
- lp2 ListPadding
- The second object
Return Value
BooleanTrue if not equal, false if they are equal