PeerContact::Equals Method (PeerContact^)

 

Compares the PeerContact to the specified PeerContact instance.

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

public:
virtual bool Equals(
	PeerContact^ other
) sealed

Parameters

other
Type: System.Net.PeerToPeer.Collaboration::PeerContact^

The PeerContact instance to test for equality.

Return Value

Type: System::Boolean

Returns true if the PeerContact instance provided has matching data, else false.

Exception Condition
ObjectDisposedException

The PeerContact object has been disposed.

Normalization does not occur on the strings prior to comparison. All normalization should have been completed while or before constructing the PeerContact objects.

.NET Framework
Available since 3.5
Return to top
Show: