Skip to main content

Resource.MatchIds(Resource, Resource) Method

Checks whether the specified resources are identical (or if either of them is an empty resource, see the Resource.Empty property).

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public static bool MatchIds(
    Resource res1,
    Resource res2
)

#Parameters

Name Type Description
res1 Resource

A Resource object that is the first resource to compare.

res2 Resource

A Resource object that is the second resource to compare.

#Returns

Type Description
Boolean

true if two specified resources are identical or either of them is an Resource.Empty resource; otherwise, false.

See Also