Beispiel #1
0
 private bool Equals(CppTypedef other)
 {
     return(base.Equals(other) && Name.Equals(other.Name) && Type.Equals(other.Type));
 }
Beispiel #2
0
 private bool Equals(CppTypedef other)
 {
     return(base.Equals(other) && string.Equals(Name, other.Name));
 }