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
。