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