Determines whether the collection contains a specific Appointment.

Namespace:  BeeMobile.MonthCalendar
Assembly:  BeeMobile.MonthCalendar.CF35 (in BeeMobile.MonthCalendar.CF35.dll) Version: 3.5.0.1

Syntax

C#
public bool Contains(
	Appointment value
)
Visual Basic (Declaration)
Public Function Contains ( _
	value As Appointment _
) As Boolean
Visual C++
public:
bool Contains(
	Appointment^ value
)

Parameters

value
Type: BeeMobile.MonthCalendar..::.Appointment

[Missing <param name="value"/> documentation for "M:BeeMobile.MonthCalendar.AppointmentsCollection.Contains(BeeMobile.MonthCalendar.Appointment)"]

Return Value

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

See Also