protected bool Equals(BindVariableType other) { return(string.Equals(Name, other.Name, StringComparison.InvariantCulture) && HasFileSupport == other.HasFileSupport && InputType == other.InputType); }
protected bool Equals(BindVariableType other) { return string.Equals(Name, other.Name, StringComparison.InvariantCulture) && HasFileSupport == other.HasFileSupport && InputType == other.InputType; }