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

◆ Equals() [1/2]

override bool System.ComponentModel.PropertyTabAttribute.Equals ( [NotNullWhen(true)] object? other)
inline

Definition at line 101 of file PropertyTabAttribute.cs.

102 {
103 if (other is PropertyTabAttribute other2)
104 {
105 return Equals(other2);
106 }
107 return false;
108 }
override bool Equals([NotNullWhen(true)] object? other)

References System.ComponentModel.PropertyTabAttribute.Equals(), and System.other.

Referenced by System.ComponentModel.PropertyTabAttribute.Equals().