I have a business object xyz of type BusinessListBase. I need to compare two instances of this class for equality.
Is there a way to implement the IEquatable interface on the BusinessListBase collection to compare two collections of this type ?
Copyright (c) Marimer LLC