DxExpandoDictionaryObject.SequenceEqual(DxExpandoDictionaryObject) Method
Compares the current object to the target object to check if they have the same property set.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public bool SequenceEqual(
DxExpandoDictionaryObject x
)
Parameters
| Name | Type | Description |
|---|---|---|
| x | DxExpandoDictionaryObject | The object to compare with. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also