Compare()
CookieComparer::Compare(args_type, args_type) const method
Compares the specified objects.
int System::Net::CookieComparer::Compare(args_type left, args_type right) const override
Arguments
Parameter | Type | Description |
---|---|---|
left | args_type | First object to compare. |
right | args_type | Second object to compare. |
Return Value
Negative value if left is less than right; zero if they are equal; positive value if left is greater than right.
See Also
- Typedef args_type
- Class CookieComparer
- Namespace System::Net
- Library Aspose.Slides