コード例 #1
0
            public override bool Equals(object obj)
            {
                var other = obj as ReferencedBundle;

                return(other != null &&
                       bundle.Equals(other.bundle));
            }