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

AppointmentStatusDataStorage.Contains(AppointmentStatus) Method

Returns whether this AppointmentStatusDataStorage contains the target AppointmentStatus.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public bool Contains(
    AppointmentStatus status
)

Parameters

Name Type Description
status AppointmentStatus

An AppointmentStatus object to be checked.

Returns

Type Description
Boolean

true, if this AppointmentStatusDataStorage contains the target AppointmentStatus; otherwise, false.

See Also