Equals method in Aspose.Cells.Font object in .NET

Would it be possible to add an Equals method to Aspose.Cells.Font that returnes whether this Aspose.Cells.Font object is equal to another Aspose.Cells.Font object. As it is I have to compare their properties and I can't easily use them in collections. Thanks for all the help.

-- Joel

Hi Joel,

Please try this attached version. Now this method is supported.

bool equal = font1.Equals(font2);

Thanks. I have to say I am amazed by how responsive you guys are. Thanks for a great product.