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

◆ Equals()

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

Definition at line 21 of file DefaultBindingPropertyAttribute.cs.

22 {
23 if (obj is DefaultBindingPropertyAttribute defaultBindingPropertyAttribute)
24 {
25 return defaultBindingPropertyAttribute.Name == Name;
26 }
27 return false;
28 }

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