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;
        }