コード例 #1
0
 protected bool Equals(RealSubjectMixin other)
 {
     return base.Equals(other) && _realSubjectType==other._realSubjectType;
 }
コード例 #2
0
 protected bool Equals(RealSubjectMixin other)
 {
     return(base.Equals(other) && _realSubjectType == other._realSubjectType);
 }