Resource.MatchIds(Resource, Resource) Method
In This Article
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
#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. |
See Also