Ascii.Equals: remove redundant OR (#88993)
authorAdam Sitnik <adam.sitnik@gmail.com>
Mon, 17 Jul 2023 16:07:27 +0000 (18:07 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2023 16:07:27 +0000 (18:07 +0200)
commitc4ff86dcfec0610e6b69753610fa89660ed7bd01
treecdb75ad697fd0ad92a56e503cdee1026d22b6b7b
parent56552c2288363f71b9492bec12be8d1549d3f13e
Ascii.Equals: remove redundant OR (#88993)

both inputs are equal here so if one of them is non ASCII, then the other one is too
src/libraries/System.Private.CoreLib/src/System/Text/Ascii.Equality.cs