PeerEndPointCollection.Equals(PeerEndPointCollection) 方法

定義

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

實作

適用於

另請參閱