Skip to main content
A newer version of this page is available. .

ValueAndCount.Equals(ValueAndCount) Method

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

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool Equals(
    ValueAndCount other
)

Parameters

Name Type Description
other ValueAndCount

The specified object.

Returns

Type Description
Boolean

true, if the specified object is equal to the current ValueAndCount instance; otherwise, false.

See Also