DateTimeRange.Equals(Object) Method
In This Article
Defines whether the specified object is equal to the current DateTimeRange instance.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Object | The object to compare with the current instance. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also