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

◆ Equals()

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

Definition at line 100 of file CategoryAttribute.cs.

101 {
102 if (obj is CategoryAttribute categoryAttribute)
103 {
104 return categoryAttribute.Category == Category;
105 }
106 return false;
107 }

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