Class SelectChildName.
Inheritance: SelectionPathElement
Exemplo n.º 1
0
 /// <inheritdoc/>
 protected bool Equals(SelectChildName other)
 {
     return(string.Equals(Name, other.Name));
 }