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