Cast Opeartor vs OfType Operator

Cast operator will attempt to cast every element in the collection

OfType operator will only attempt to put those elements that can be cast to the type specified