コード例 #1
0
 protected bool Equals(ClrNamespace other)
 {
     return assembly.Equals(other.assembly) && string.Equals(ns, other.ns);
 }
コード例 #2
0
ファイル: ClrNamespace.cs プロジェクト: nagyistge/OmniXAML
 protected bool Equals(ClrNamespace other)
 {
     return(assembly.Equals(other.assembly) && string.Equals(ns, other.ns));
 }