Inheritance: AbstractNode
Esempio n. 1
0
 protected bool Equals(Directive other)
 {
     return string.Equals(Name, other.Name);
 }