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

AppointmentLabelDataStorage.Contains(AppointmentLabel) Method

Identifies whether this AppointmentLabelDataStorage contains the required Label.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public bool Contains(
    AppointmentLabel label
)

Parameters

Name Type Description
label AppointmentLabel

An AppointmentLabel to check.

Returns

Type Description
Boolean

true, if this AppointmentLabelDataStorage contains the required Label; otherwise, false.

See Also