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
。