System::Net::Http::Headers::RangeConditionHeaderValue::Equals method

RangeConditionHeaderValue::Equals method

Compares objects using C# Object.Equals semantics.

bool System::Net::Http::Headers::RangeConditionHeaderValue::Equals(System::SharedPtr<Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<Object>Object to compare current one to.

ReturnValue

True if objects are considered equal and false otherwise.

See Also