Skip to main content

ValueAndCount.Equals(Object) Method

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

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

The specified object.

Returns

Type Description
Boolean

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

See Also