예제 #1
0
 protected bool Equals(SubjectBase other)
 {
     return(_type == other._type);
 }
예제 #2
0
 protected bool Equals(SubjectBase other)
 {
     return _type==other._type;
 }