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

◆ Equals()

override bool System.ComponentModel.DesignerCategoryAttribute.Equals ( [NotNullWhen(true)] object? obj)
inline

Definition at line 30 of file DesignerCategoryAttribute.cs.

31 {
32 if (obj is DesignerCategoryAttribute designerCategoryAttribute)
33 {
34 return designerCategoryAttribute.Category == Category;
35 }
36 return false;
37 }

References System.ComponentModel.DesignerCategoryAttribute.Category, and System.obj.