System::Net::Sockets::IPPacketInformation::Equals method

IPPacketInformation::Equals method

Compares two objects using C# Object.Equals semantics.

bool System::Net::Sockets::IPPacketInformation::Equals(System::SharedPtr<Object> comparand) override
ParameterTypeDescription
comparandSystem::SharedPtr<Object>The object to compare the current one to.

ReturnValue

True if objects are considered equal and false otherwise.

See Also