PeerEndPointCollection.Equals(PeerEndPointCollection) Método

Definición

Compara la colección PeerEndPointCollection con el 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

Objeto con el que se va a comparar.

Devoluciones

true si PeerEndPointCollection es igual al objeto especificado; de lo contrario, false.

Implementaciones

Se aplica a

Consulte también