protected bool Equals(BindingParameter other)
 {
     return Equals(Type, other.Type) && string.Equals(ParameterName, other.ParameterName);
 }
 protected bool Equals(BindingParameter other)
 {
     return(Equals(Type, other.Type) && string.Equals(ParameterName, other.ParameterName));
 }