AppointmentsCollectionContains Method

Determines whether the collection contains a specific Appointment.

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
public bool Contains(
	Appointment value
)

Parameters

value  Appointment

Return Value

Boolean

[Missing <returns> documentation for "M:BeeMobile.MonthCalendar.AppointmentsCollection.Contains(BeeMobile.MonthCalendar.Appointment)"]

See Also