PeerEndPointCollection.Equals(PeerEndPointCollection) Método

Definição

Compara o PeerEndPointCollection 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 com o qual comparar.

Retornos

true se for PeerEndPointCollection igual ao objeto especificado; caso contrário, false.

Implementações

Aplica-se a

Confira também