Inheritance: AbstractNode, IFragment
Exemplo n.º 1
0
 /// <summary>
 /// Compares this instance to another instance by name.
 /// </summary>
 protected bool Equals(FragmentSpread other)
 {
     return(string.Equals(Name, other.Name, StringComparison.InvariantCulture));
 }
Exemplo n.º 2
0
 protected bool Equals(FragmentSpread other)
 {
     return(string.Equals(Name, other.Name));
 }
 protected bool Equals(FragmentSpread other)
 {
     return string.Equals(Name, other.Name);
 }