PeerEndPointCollection.Equals(PeerEndPointCollection) Método

Definição

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.

Implementações

Aplica-se a

Ver também