Example #1
0
 public bool Equals(Data other)
 {
     return other.NotNull() &&
         this.Value == other.Value;
 }
Example #2
0
 protected virtual Generic.IEnumerator<Node> Process(Data data)
 {
     yield return data;
 }