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

◆ Equals()

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

Definition at line 21 of file RefreshPropertiesAttribute.cs.

22 {
23 if (obj is RefreshPropertiesAttribute refreshPropertiesAttribute)
24 {
25 return refreshPropertiesAttribute.RefreshProperties == RefreshProperties;
26 }
27 return false;
28 }

References System.obj, and System.ComponentModel.RefreshPropertiesAttribute.RefreshProperties.

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