ExpandoDictionaryObject.SequenceEqual(ExpandoDictionaryObject) Method
Determines whether the current object equals to the specified object by comparing the properties.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public bool SequenceEqual(
ExpandoDictionaryObject x
)
Parameters
Name | Type | Description |
---|---|---|
x | ExpandoDictionaryObject | The object to compare with. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also