Click or drag to resize

Tab Equals Method (Tab)

Determines whether the specified Tab is equal to the current Tab .

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool Equals(
	Tab tab
)

Parameters

tab
Type: Spire.Doc Tab
The Tab to compare with the current Tab .

Return Value

Type: Boolean
true if the specified Tab is equal to the current Tab ; otherwise, false .
See Also