Equals()

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

Compares objects using C# Object.Equals semantics.

bool System::Net::Http::Headers::ViaHeaderValue::Equals(System::SharedPtr<Object> obj) override

Arguments

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

Return Value

True if objects are considered equal and false otherwise.

See Also