Skip to main content

ResourceExtension.MatchIds(Resource, Resource) Method

Determines whether resource identifiers are equal.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public static bool MatchIds(
    this Resource res1,
    Resource res2
)

Parameters

Name Type Description
res1 Resource

A Resource object that is the first resource to test.

res2 Resource

A Resource object that is the second resource to test.

Returns

Type Description
Boolean

True if the resource identifiers match; otherwise, false.

See Also