Exemplo n.º 1
0
 protected bool Equals(RealSubjectMixin other)
 {
     return base.Equals(other) && _realSubjectType==other._realSubjectType;
 }
Exemplo n.º 2
0
 protected bool Equals(RealSubjectMixin other)
 {
     return(base.Equals(other) && _realSubjectType == other._realSubjectType);
 }