Skip to main content

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

true if the objects have equal property sets with equal values, otherwise, false.

See Also