Determines whether
first and
second Paddings
are equal.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.10.24
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 equal; otherwise, false.
See Also