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