Click or drag to resize

TabStopEquality Operator

Determines whether first and second TabStops are 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 equal; otherwise, false.
See Also