protected bool Equals(IdentifierNodeBase other) { return string.Equals(Identifier, other.Identifier); }
protected bool Equals(IdentifierNodeBase other) { return(string.Equals(Identifier, other.Identifier)); }