public bool Equals(MemberInfoValue other) { return(m_ReflectedType.Equals(other.m_ReflectedType) && string.Equals(Name, other.Name) && UnderlyingType.Equals(other.UnderlyingType) && m_MemberType == other.m_MemberType); }