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