ValueAndCount.Equals(ValueAndCount) Method
Determines whether the specified object is equal to the current ValueAndCount instance.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
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