HttpMessageSettings.Equals(HttpMessageSettings) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定指定的对象是否等于当前对象。
public:
virtual bool Equals(System::ServiceModel::Channels::HttpMessageSettings ^ other);
public bool Equals (System.ServiceModel.Channels.HttpMessageSettings other);
override this.Equals : System.ServiceModel.Channels.HttpMessageSettings -> bool
Public Function Equals (other As HttpMessageSettings) As Boolean
参数
- other
- HttpMessageSettings
要与当前对象进行比较的对象。
返回
如果指定的对象等于当前对象,则为 true
;否则为 false
。