Skip to main content

TrackBarRange.Equals(Object) Method

Determines whether the current object has the same settings as that of the specified object.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

A TrackBarRange object to compare with the current object.

Returns

Type Description
Boolean

true if the object specified by the parameter has the same settings as that of the current object; otherwise, false.

See Also