Equals()

IPPacketInformation::Equals(System::SharedPtr<Object>) method

Compares two objects using C# Object.Equals semantics.

bool System::Net::Sockets::IPPacketInformation::Equals(System::SharedPtr<Object> comparand) override

Arguments

ParameterTypeDescription
comparandSystem::SharedPtr<Object>The object to compare the current one to.

Return Value

True if objects are considered equal and false otherwise.

See Also