コード例 #1
0
 public GeneItem(CwApp app, CwNode node)
 {
     App  = app;
     Node = node;
 }
コード例 #2
0
ファイル: EntryPoint.cs プロジェクト: nntarasov/cw-2018
 protected bool Equals(CwApp other)
 {
     return(string.Equals(Image, other.Image, StringComparison.InvariantCultureIgnoreCase) && Port == other.Port && ScenarioAppId == other.ScenarioAppId);
 }