27 public override bool Equals([NotNullWhen(
true)]
object?
obj)
35 return toolboxItemFilterAttribute.FilterString.Equals(
FilterString);
45 public override bool Match([NotNullWhen(
true)]
object?
obj)
49 return toolboxItemFilterAttribute.FilterString.Equals(
FilterString);
static ? string GetName(Type enumType, object value)