ValueAndCount.Equals(Object) 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
#Parameters
Name | Type | Description |
---|---|---|
obj | Object | The specified object. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also