Skip to main content

IAppointmentStorageBase.Contains(Appointment) Method

Determines whether the storage contains the specified appointment.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

bool Contains(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

An Appointment object to locate in the collection.

Returns

Type Description
Boolean

True, if the storage’s collection contains the specified appointment; otherwise, false.

Remarks

A collection of appointments in the storage is accessed via its AppointmentStorageBase.Items property.

See Also