示例#1
0
 protected bool Equals(IdentifierNodeBase other)
 {
     return string.Equals(Identifier, other.Identifier);
 }
示例#2
0
 protected bool Equals(IdentifierNodeBase other)
 {
     return(string.Equals(Identifier, other.Identifier));
 }