IPPacketInformation::Equals Method (Object^)

 

Returns a value that indicates whether this instance is equal to a specified object.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

public:
virtual bool Equals(
	Object^ comparand
) override

Parameters

comparand
Type: System::Object^

The object to compare with this instance.

Return Value

Type: System::Boolean

true if comparand is an instance of IPPacketInformation and equals the value of the instance; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: