System::Net::IPEndPoint::Equals method

IPEndPoint::Equals method

Compares objects using C# Object.Equals semantics.

bool System::Net::IPEndPoint::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