コード例 #1
0
ファイル: CompoundType.cs プロジェクト: ebakkedahl/WCell
 private bool Equals(CompoundType obj)
 {
     return UInt32 == obj.UInt32;
 }