Class SelectChildPattern.
Inheritance: SelectionPathElement
示例#1
0
 /// <inheritdoc/>
 protected bool Equals(SelectChildPattern other) => string.Equals(PatternStr, other.PatternStr);