示例#1
0
文件: Text.cs 项目: imintsystems/Kean
 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;
 }