TabStopInequality Operator |
Determines whether
first and
second TabStops
are not equal.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public static bool operator !=(
TabStop first,
TabStop second
)
Public Shared Operator <> (
first As TabStop,
second As TabStop
) As Boolean
Parameters
- first TabStop
- The first tab stop.
- second TabStop
- The second tab stop.
Return Value
Boolean
true if
first and
second tab stops are not equal; otherwise, false.
See Also