Exemple #1
0
        public int CompareTo(RegionRect other)
        {
            if (other == null)
            {
                return(1);
            }

            return(Region.CompareTo(other.Region));
        }