Пример #1
0
 public bool Equals(Text other)
 {
     return other.NotNull() &&
         this.Value == other.Value;
 }
Пример #2
0
 protected virtual Generic.IEnumerator<Node> Process(Text text)
 {
     yield return text;
 }