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

◆ Equals()

override bool System.Span< T >.Equals ( object? obj)
inline

Definition at line 159 of file Span.cs.

160 {
161 throw new NotSupportedException(SR.NotSupported_CannotCallEqualsOnSpan);
162 }

References System.SR.NotSupported_CannotCallEqualsOnSpan.