In The Hand LtdIn The Hand
Contains Method (item)
NamespacesInTheHand.WindowsMobile.PocketOutlookAppointmentCollectionContains(Appointment)
.NET Components for Mobility
Checks to see whether a specific Appointment object exists in the AppointmentCollection object.
Declaration Syntax
C#Visual Basic
public bool Contains(
	Appointment item
)
Public Function Contains ( _
	item As Appointment _
) As Boolean
Parameters
item (Appointment)
The Appointment to be found.
Return Value
True if the item is found in the collection. False if the item is not found in the collection.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0