ValueAndCount.Equals(ValueAndCount) Method
In This Article
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 | Value |
The specified object. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also