PeerEndPointCollection.Equals(PeerEndPointCollection) Método

Definição

Compara o PeerEndPointCollection ao 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 relação ao qual comparar.

Retornos

true se o PeerEndPointCollection for igual ao objeto especificado. Caso contrário, false.

Implementações

Aplica-se a

Confira também