'Declaration Public Function Contains( _
ByVal profileNameИмя профиля.As String _
) As Boolean
public bool Contains(
string profileName
)
public: bool Contains(
string* profileName
)
public:
bool Contains(
string^ profileName
)
Parameters
- profileName
- Имя профиля.
Return Value
True, если профиль найден в коллекции; в противном случае, false.