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

◆ Equals()

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

Definition at line 151 of file ReadOnlySpan.cs.

152 {
153 throw new NotSupportedException(SR.NotSupported_CannotCallEqualsOnSpan);
154 }

References System.SR.NotSupported_CannotCallEqualsOnSpan.

Referenced by System.Buffers.SequenceReader< T >.TryReadToSlow().