コード例 #1
0
 protected sHavingName(HavingName havingName) : base(havingName)
 {
     Name = havingName.Name;
 }
コード例 #2
0
ファイル: Elements.cs プロジェクト: Lozov-Petr/Schedule
 protected bool Equals(HavingName other)
 {
     return(string.Equals(_name, other._name));
 }