PeerEndPointCollection.Equals(PeerEndPointCollection) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Compara o PeerEndPointCollection com o objeto especificado.
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
Parâmetros
- other
- PeerEndPointCollection
O objeto para comparar.
Devoluções
true se o PeerEndPointCollection for igual ao objeto especificado; caso contrário, false.