本文介绍了webservices中的重载运算符。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我需要为一个类序列化并在web服务(datacontract)中使用的类实现==运算符的重载。



这可能吗?





亲切的问候,



Kurt

Hi,

I need to implement overload the == operator for a class which is a class serialised and used in a webservice (datacontract).

is this possible ?


Kind regards,

Kurt

推荐答案



这篇关于webservices中的重载运算符。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-16 00:42