PaddingInequality Operator |
Determines whether
first and
second Paddings
are not equal.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
Syntax public static bool operator !=(
Padding first,
Padding second
)
Public Shared Operator <> (
first As Padding,
second As Padding
) As Boolean
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