Skip to main content

TabItemLength.Equals(Object) Method

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

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

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 TabItemLength as the current instance; otherwise, false.

See Also