Checks to see whether a specific Appointment object exists in the AppointmentCollection object.
| C# | Visual Basic |
public bool Contains( Appointment item )
Public Function Contains ( _ item As Appointment _ ) As Boolean
- item (Appointment)
- The Appointment to be found.
True if the item is found in the collection.
False if the item is not found in the collection.