Click or drag to resize

TabStopList Equals Method

Indicates whether two Tabs instances are equal.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System Object
The Tabs to compare with the current Tabs.

Return Value

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