コード例 #1
0
ファイル: Composite.cs プロジェクト: sklementiev/mixins
 public static bool EqualsByValue(this IComposite self, IComposite other)
 {
     return(self.EqualsByValueInternal(other, new Dictionary <IComposite, object>()));
 }