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

◆ Equals()

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

Definition at line 17 of file DefaultPropertyAttribute.cs.

18 {
19 if (obj is DefaultPropertyAttribute defaultPropertyAttribute)
20 {
21 return defaultPropertyAttribute.Name == Name;
22 }
23 return false;
24 }

References System.ComponentModel.DefaultPropertyAttribute.Name, and System.obj.