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