System::Net::Sockets::IPPacketInformation::Equals 方法

IPPacketInformation::Equals method

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

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

ReturnValue

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

另见