Click or drag to resize

TabStopEquals(TabStop) Method

Determines whether the otherTabStop is equal to this TabStop instance.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Equals(
	TabStop other
)

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