Chill.Testing.AppHarness.Matches C# (CSharp) Метод

Matches() публичный Метод

public Matches ( string path, int port ) : bool
path string
port int
Результат bool
        public bool Matches(string path, int port)
        {
            return _path == path && _port == port;
        }