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

◆ Equals()

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

Definition at line 21 of file DesignOnlyAttribute.cs.

22 {
23 if (obj is DesignOnlyAttribute designOnlyAttribute)
24 {
25 return designOnlyAttribute.IsDesignOnly == IsDesignOnly;
26 }
27 return false;
28 }

References System.ComponentModel.DesignOnlyAttribute.IsDesignOnly, and System.obj.