예제 #1
0
파일: MultiSet.cs 프로젝트: 0000duck/latino
            // *** IContentEquatable<MultiSet<T>.ReadOnly> interface implementation ***

            public bool ContentEquals(MultiSet <T> .ReadOnly other)
            {
                return(other != null && mSet.ContentEquals(other.Inner));
            }