PaddingEquals(Padding) Method |
Determines whether the
otherPadding is equal
to this
Padding instance.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.10.24
Syntax public bool Equals(
Padding other
)
Public Function Equals (
other As Padding
) As Boolean
Parameters
- other Padding
- The other padding to compare with this padding instance.
Return Value
Boolean
true if the other
Padding is equal to this
Padding instance; otherwise, false.
Implements
IEquatableTEquals(T)See Also