Click or drag to resize

TabCollection Equals Method (TabCollection)

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

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool Equals(
	TabCollection other
)

Parameters

other
Type: Spire.Doc.Collections TabCollection
The TabCollection to compare with the current TabCollection.

Return Value

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