TabHeaderLength.Equals(Object) Method
Determines whether the specified object is equal to the current TabHeaderLength 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 TabHeaderLength as the current instance; otherwise, false. |
See Also