| 
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
Syntax
 
 
public bool Equals(
	TabCollection other
)
 
Public Function Equals ( 
	other As TabCollection
) As Boolean
 
public:
bool Equals(
	TabCollection^ other
)
 
member Equals : 
other : TabCollection -> bool 
 
 
 
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
See Also