Chill.Testing.AppHarness.Matches C# (CSharp) Method

Matches() public method

public Matches ( string path, int port ) : bool
path string
port int
return bool
        public bool Matches(string path, int port)
        {
            return _path == path && _port == port;
        }