예제 #1
0
        public int CompareTo(Union other)
        {
            if (other == null)
            {
                return(1);
            }

            return(EntityCollection.SequenceCompare(other.EntityCollection));
        }