Skip to main content

ValueAndCount.Equals(ValueAndCount) Method

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

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