private bool Equals(CppTypedef other) { return(base.Equals(other) && Name.Equals(other.Name) && Type.Equals(other.Type)); }
private bool Equals(CppTypedef other) { return(base.Equals(other) && string.Equals(Name, other.Name)); }