Skip to main content

ExpandoDictionaryObject.SequenceEqual(ExpandoDictionaryObject) Method

Determines whether the current object equals to the specified object by comparing the properties.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.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