Наследование: AbstractNode
Пример #1
0
 protected bool Equals(ObjectField other) => string.Equals(Name, other.Name, StringComparison.InvariantCulture);
Пример #2
0
 protected bool Equals(ObjectField other)
 {
     return(string.Equals(Name, other.Name));
 }
Пример #3
0
 protected bool Equals(ObjectField other)
 {
     return string.Equals(Name, other.Name);
 }