[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Determines whether the ICollection < (Of < ( <' T > ) > ) > contains a specific value.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
bool 
Contains(
	
string 
item
)
Public 
Function 
Contains ( _
	
item 
As 
String _
) 
As 
Boolean
public:
virtual 
bool 
Contains(
	
String^ 
item
) 
sealed

Parameters

item
String
The object to locate in the ICollection < (Of < ( <' T > ) > ) > .

Return Value

true if itemis found in the ICollection < (Of < ( <' T > ) > ) > ; otherwise, false.

Implements

ICollection < (Of < ( <' T > ) > ) > . . :: . . Contains(T)

See Also