コード例 #1
0
 protected bool Equals(SubjectBase other)
 {
     return(_type == other._type);
 }
コード例 #2
0
ファイル: SubjectBase.cs プロジェクト: davidvmckay/ProxyFoo
 protected bool Equals(SubjectBase other)
 {
     return _type==other._type;
 }