System::Net::CookieComparer::Compare method

CookieComparer::Compare method

Compares the specified objects.

int System::Net::CookieComparer::Compare(args_type left, args_type right) const override
ParameterTypeDescription
leftargs_typeFirst object to compare.
rightargs_typeSecond object to compare.

ReturnValue

Negative value if left is less than right; zero if they are equal; positive value if left is greater than right.

See Also