Exemplo n.º 1
0
            public bool Equals(Key other)
            {
                var localInherit = inherit;

                return(attributeProvider.Equals(other.attributeProvider) && attributeType == other.attributeType &&
                       localInherit.Equals(other.inherit));
            }