Skip to main content

ResourceStorage.Contains(Resource) Method

Determines whether the storage contains the specified resource.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public override bool Contains(
    Resource obj
)
Public Overrides Function Contains(
    obj As Resource
) As Boolean

Parameters

Name Type Description
obj Resource

A Resource object to be searched in the storage.

Returns

Type Description
Boolean

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

Remarks

The storage searches for the specified resource in its collection of resources available via the ResourceStorage.Items property.

See Also