HttpMessageSettings.Equals(HttpMessageSettings) 方法

定義

判斷指定的物件是否等於目前的物件。

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

實作

適用於