ResourceExtension.MatchIds(Resource, Resource) Method
Determines whether resource identifiers are equal.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
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