TabStopInequality Operator |
Determines whether
first and
second TabStops are not equal.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic static bool operator !=(
TabStop first,
TabStop second
)
Public Shared Operator <> (
first As TabStop,
second As TabStop
) As Boolean
Parameters
- first
- Type: GemBox.DocumentTabStop
The first tab stop. - second
- Type: GemBox.DocumentTabStop
The second tab stop.
Return Value
Type:
Boolean if
first and
second tab stops are not equal; otherwise,
.
See Also