System::Net::DnsEndPoint::Equals 方法

DnsEndPoint::Equals method

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

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

ReturnValue

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

另见