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
Parameter | Type | Description |
---|---|---|
comparand | System::SharedPtr<Object> | Object to compare current one to. |
ReturnValue
True if objects are considered equal and false otherwise.
See Also
- Typedef SharedPtr
- Class Object
- Class Cookie
- Namespace System::Net
- Library Aspose.PUB for C++