Click or drag to resize

PaddingInequality Operator

Determines whether first and second Paddings are not equal.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public static bool operator !=(
	Padding first,
	Padding second
)

Parameters

first  Padding
The first padding.
second  Padding
The second padding.

Return Value

Boolean
true if first and second paddings are not equal; otherwise, false.
See Also