Esempio n. 1
0
 protected bool Equals(SubjectBase other)
 {
     return(_type == other._type);
 }
Esempio n. 2
0
 protected bool Equals(SubjectBase other)
 {
     return _type==other._type;
 }