Skip to main content

TabHeaderLength.Equals(Object) Method

Determines whether the specified object is equal to the current TabHeaderLength instance.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

The object to compare with the current instance.

Returns

Type Description
Boolean

true if the specified object has the same value and TabHeaderLength as the current instance; otherwise, false.

See Also