Exemplo n.º 1
0
        public override bool Equals(object obj)
        {
            if (Subscription.ReferenceEquals(this, obj))
            {
                return(true);
            }

            var other = obj as Subscription;

            return(this.Id.Equals(other.Id));
        }