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

ParameterTypeDescription
leftargs_typeFirst object to compare.
rightargs_typeSecond 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