mutable-string

Build Status

Funny example of how two different strings can be equal:

Assert.That("test", Is.EqualTo("teot"));

See tests.

Also see related StackOverflow question.