protected bool Equals(EmitToken other)
 {
     return Equals(Channel, other.Channel) && TokenType == other.TokenType && IsError == other.IsError;
 }
 protected bool Equals(EmitToken other)
 {
     return(Equals(Channel, other.Channel) && TokenType == other.TokenType && IsError == other.IsError);
 }