This is a follow up from the article on Casting Custom Types To C# Built-In Types.
In the previous article we looked at how we would take a custom object like a Class or a Struct and cast it to a C# built-in like a bool. In this article we will look at how to cast from one custom type to another.
What we will be exploring here is much like what AutoMapper does.