PeerNearMe::Equals Method

 

Compares the PeerNearMe instance to the specified object.

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

Compares the PeerNearMe instance to the specified object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodSystem_CAPS_staticEquals(Object^, Object^)

Determines whether the specified PeerNearMe instances are considered equal.

System_CAPS_pubmethodEquals(Peer^)

Performs a case-sensitive comparison of the current Peer and the specified peer.(Inherited from Peer.)

System_CAPS_pubmethodEquals(PeerNearMe^)

Compares the PeerNearMe to the specified PeerNearMe instance.

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

Return to top
Show: