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

◆ Equals()

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

Definition at line 21 of file BrowsableAttribute.cs.

22 {
23 if (obj is BrowsableAttribute browsableAttribute)
24 {
25 return browsableAttribute.Browsable == Browsable;
26 }
27 return false;
28 }

References System.ComponentModel.BrowsableAttribute.Browsable, and System.obj.

Referenced by System.ComponentModel.BrowsableAttribute.IsDefaultAttribute().