Skip to main content

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.v23.2.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

true if the objects have the same property sets with equal values

See Also