Equals()

IPEndPoint::Equals(System::SharedPtr<Object>) method

Compares objects using C# Object.Equals semantics.

bool System::Net::IPEndPoint::Equals(System::SharedPtr<Object> comparand) override

Arguments

ParameterTypeDescription
comparandSystem::SharedPtr<Object>Object to compare current one to.

Return Value

True if objects are considered equal and false otherwise.

See Also