System::Net::DnsEndPoint::Equals method

DnsEndPoint::Equals method

Compares objects using C# Object.Equals semantics.

bool System::Net::DnsEndPoint::Equals(System::SharedPtr<Object> comparand) override
ParameterTypeDescription
comparandSystem::SharedPtr<Object>Object to compare current one to.

ReturnValue

True if objects are considered equal and false otherwise.

See Also