SingleBorderEquals(SingleBorder) Method |
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic bool Equals(
SingleBorder other
)
Public Function Equals (
other As SingleBorder
) As Boolean
Parameters
- other SingleBorder
- The other border to compare with this border instance.
Return Value
Boolean
true if the
other SingleBorder is equal
to this
SingleBorder instance; otherwise, false.
Implements
IEquatableTEquals(T)
See Also