Пример #1
0
 protected bool Equals(SubjectBase other)
 {
     return(_type == other._type);
 }
Пример #2
0
 protected bool Equals(SubjectBase other)
 {
     return _type==other._type;
 }