コード例 #1
0
ファイル: KnownType.cs プロジェクト: gamlerhart/db4opad
 private bool Equals(KnownType other)
 {
     if (ReferenceEquals(null, other)) return false;
     if (ReferenceEquals(this, other)) return true;
     return Equals(other.typeInfo, typeInfo);
 }