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