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

◆ IsDefaultAttribute()

override bool System.ComponentModel.BindableAttribute.IsDefaultAttribute ( )
inlinevirtual

Reimplemented from System.Attribute.

Definition at line 61 of file BindableAttribute.cs.

62 {
63 if (!Equals(Default))
64 {
65 return _isDefault;
66 }
67 return true;
68 }
override bool Equals([NotNullWhen(true)] object? obj)
static readonly BindableAttribute Default

References System.ComponentModel.BindableAttribute._isDefault, System.ComponentModel.BindableAttribute.Default, and System.ComponentModel.BindableAttribute.Equals().