Example #1
0
        public bool Equals(CLegacySingleChannelCurve <T> other)
        {
            if (other == null)
            {
                return(false);
            }

            return(this.SequenceEqual(other) && InterpolationType.Equals(other.InterpolationType) && LinkType.Equals(other.LinkType));
        }