コード例 #1
0
 public bool Equals(LoadContextAssemblyTask other)
 {
     return(other != null && other.AssemblyPath == AssemblyPath);
 }
コード例 #2
0
ファイル: RunStoryTask.cs プロジェクト: pawelpabich/storevil
 public bool Equals(LoadContextAssemblyTask other)
 {
     return other != null && other.AssemblyPath == AssemblyPath;
 }