2 overrides of Match
System.ComponentModel.TypeConverter (2)
System\ComponentModel\DataObjectMethodAttribute.cs (1)
37
public override bool
Match
([NotNullWhen(true)] object? obj)
System\ComponentModel\ToolboxItemFilterAttribute.cs (1)
101
public override bool
Match
([NotNullWhen(true)] object? obj)
3 references to Match
System.ComponentModel.TypeConverter (2)
System\ComponentModel\AttributeCollection.cs (1)
301
if (Attributes[i].
Match
(attribute))
System\ComponentModel\TypeDescriptor.cs (1)
2741
return !attribute.
Match
(memberAttribute);
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
565
if ((attr == null && !attribute.IsDefaultAttribute()) || attr?.
Match
(attribute) == false)