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

ResourceStorageBase.Contains(Resource) Method

Determines whether the storage contains the specified resource.

Namespace: DevExpress.XtraScheduler

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

Declaration

public bool Contains(
    Resource resource
)

Parameters

Name Type Description
resource Resource

A Resource object to locate in the storage.

Returns

Type Description
Boolean

true if the storage contains the specified resource; otherwise, false.

Implements

See Also