WebSocketTransportSettings.Equals 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的物件是否等於目前的物件。
多載
Equals(Object) |
判斷指定的物件是否等於目前的物件。 |
Equals(WebSocketTransportSettings) |
判斷指定的 Web 通訊端傳輸設定物件是否等於目前的物件。 |
Equals(Object)
Equals(WebSocketTransportSettings)
判斷指定的 Web 通訊端傳輸設定物件是否等於目前的物件。
public:
virtual bool Equals(System::ServiceModel::Channels::WebSocketTransportSettings ^ other);
public bool Equals (System.ServiceModel.Channels.WebSocketTransportSettings other);
override this.Equals : System.ServiceModel.Channels.WebSocketTransportSettings -> bool
Public Function Equals (other As WebSocketTransportSettings) As Boolean
參數
要與目前物件相互比較的 Web 通訊端傳輸設定物件。
傳回
如果指定的物件等於目前的物件,則為 true
,否則為 false
。