听着新鲜:
public static string operator+(Book a,Book b)
{
return .....
}
符号的重载:
重载了“ == ”,一定要重载“ != ” ;
重载了“ > ”,一定要重载“ < ” 。