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

◆ Equals() [2/3]

bool System.Buffers.StandardFormat.Equals ( StandardFormat other)
inline

Definition at line 129 of file StandardFormat.cs.

130 {
131 if (_format == other._format)
132 {
133 return _precision == other._precision;
134 }
135 return false;
136 }

References System.Buffers.StandardFormat._format, System.Buffers.StandardFormat._precision, and System.other.