Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Match()

virtual bool System.Attribute.Match ( object? obj)
inlinevirtualinherited

Reimplemented in System.ComponentModel.DataObjectMethodAttribute, and System.ComponentModel.ToolboxItemFilterAttribute.

Definition at line 786 of file Attribute.cs.

787 {
788 return Equals(obj);
789 }
override bool Equals([NotNullWhen(true)] object? obj)
Definition Attribute.cs:691

References System.Attribute.Equals(), and System.obj.

Referenced by System.ComponentModel.TypeDescriptor.ShouldHideMember().