Chill.Testing.AppHarness.Matches C# (CSharp) Méthode

Matches() public méthode

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