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

实现

适用于

另请参阅