'Declaration Public Function Contains( _
ByVal profileNameThe profile name.As String _
) As Boolean
public bool Contains(
string profileName
)
public: bool Contains(
string* profileName
)
public:
bool Contains(
string^ profileName
)
Parameters
- profileName
- The profile name.
Return Value
True if the profile is found in the collection; otherwise, false.