Skip to main content
A newer version of this page is available. .

ResourceExtension.MatchIds(Resource, Resource) Method

Determines whether resource identifiers are equal.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

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