Chimney.MPD.ResponseConfig.ContinsResponse C# (CSharp) Method

ContinsResponse() public method

public ContinsResponse ( string reponsestring ) : bool
reponsestring string
return bool
        public bool ContinsResponse(string reponsestring)
        {
            return _response.ContainsValue(reponsestring);
        }