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

◆ Equals() [1/3]

override bool System.Buffers.StandardFormat.Equals ( [NotNullWhen(true)] object? obj)
inline

Definition at line 115 of file StandardFormat.cs.

116 {
117 if (obj is StandardFormat other)
118 {
119 return Equals(other);
120 }
121 return false;
122 }
override bool Equals([NotNullWhen(true)] object? obj)
StandardFormat(char symbol, byte precision=byte.MaxValue)

References System.Buffers.StandardFormat.Equals(), System.obj, and System.other.

Referenced by System.Buffers.StandardFormat.Equals(), System.Buffers.StandardFormat.operator!=(), and System.Buffers.StandardFormat.operator==().