Inheritance: AbstractNode
Ejemplo n.º 1
0
 protected bool Equals(ObjectField other) => string.Equals(Name, other.Name, StringComparison.InvariantCulture);
Ejemplo n.º 2
0
 protected bool Equals(ObjectField other)
 {
     return(string.Equals(Name, other.Name));
 }
Ejemplo n.º 3
0
 protected bool Equals(ObjectField other)
 {
     return string.Equals(Name, other.Name);
 }