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
)
Public Function Equals (
tab As Tab
) As Boolean
public:
bool Equals(
Tab^ tab
)
member Equals :
tab : Tab -> bool
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