> For the complete documentation index, see [llms.txt](https://andreyakinshin.gitbook.io/problembookdotnet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andreyakinshin.gitbook.io/problembookdotnet/en/strings/comparetovsequals-p.md).

# “CompareToVsEquals” (Problem)

Can the two lines coincide by the `String.CompareTo` method, but differ by the `String.Equals` method? How to contact them the `==`?

[Solution](/problembookdotnet/en/strings/comparetovsequals-s.md)
