System::Net::Cookie::Equals method

Cookie::Equals method

Compares objects using C# Object.Equals semantics.

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