realZhangChi / MauiBinding

MauiBinding converts native android and ios sdk to Maui binding library.
MIT License
43 stars 8 forks source link

不实现接口成员“IComparable.CompareTo(Object)” 这种错误应该怎么修复的 #19

Open bbhxwl opened 1 month ago

bbhxwl commented 1 month ago

Com.YC.Utesdk.Bean.ActivityTimeInfo.cs(20, 68): [CS0535] “ActivityTimeInfo”不实现接口成员“IComparable.CompareTo(Object)”

realZhangChi commented 1 month ago

This is usually caused by a mismatch in the return type of the implementing class. Refer to this link.

This reply was generated with the help of Trans-GPT, designed to assist those who are not proficient in English to communicate more effectively.