PeerEndPointCollection.Equals(PeerEndPointCollection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 PeerEndPointCollection 與指定的物件相比較。
public:
virtual bool Equals(System::Net::PeerToPeer::Collaboration::PeerEndPointCollection ^ other);
public bool Equals (System.Net.PeerToPeer.Collaboration.PeerEndPointCollection other);
override this.Equals : System.Net.PeerToPeer.Collaboration.PeerEndPointCollection -> bool
Public Function Equals (other As PeerEndPointCollection) As Boolean
參數
- other
- PeerEndPointCollection
要用來比較的物件。
傳回
若 PeerEndPointCollection 等於指定的物件,即為 true
;否則為 false
。