コード例 #1
0
ファイル: CSharpEnum.cs プロジェクト: angrifel/gen-mdl
 public override bool Equals(CSharpType other) => Equals(other as CSharpEnum);
コード例 #2
0
 public override bool Equals(CSharpType other) => Equals(other as CSharpClass);