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