Inheritance: 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);
 }