System::StringComparer::Compare method

StringComparer::Compare method

Compares two strings using current settings.

virtual int System::StringComparer::Compare(args_type x, args_type y) const override
ParameterTypeDescription
xargs_typeLHS string value.
yargs_typeRHS string value.

ReturnValue

Negative value if x preceeds y, zero if they are equal and positive value otherwise.

See Also