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

IPPacketInformation::Equals method

使用 C# Object.Equals 语义比较两个对象。

bool System::Net::Sockets::IPPacketInformation::Equals(System::SharedPtr<Object> comparand) override
参数类型描述
comparandSystem::SharedPtr<Object>用于与当前对象比较的对象。

ReturnValue

如果对象被视为相等则为 true,否则为 false。

另见