MindFusion WinForms Programmer's Guide
ContactCollection.Contains Method
See Also
 





Determines whether this collection contains a contact identified by the specified string.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool Contains (
    string contactId
)

Visual Basic  Copy Code

Public Function Contains( _
    contactId As String _
) As Boolean

 Parameters

contactId

The identifier of a contact to search for in the collection.

 Return Value

true if the object is found or false if it isn't.

 See Also

ContactCollection Members
ContactCollection Class
MindFusion.Scheduling Namespace