Пример #1
0
        public bool Equals(IPoint2D other)
        {
            if (ReferenceEquals(null, other))
            {
                return(false);
            }

            return(_Location.ToPoint2D() == other);
        }