Click or drag to resize

TabStopInequality Operator

Determines whether first and second TabStops are not equal.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public static bool operator !=(
	TabStop first,
	TabStop second
)

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