Example #1
0
 public bool ContainsPort(Port port)
 {
     return(_allPorts.Contains(port));
 }