System::StringComparer::Compare 方法

StringComparer::Compare method

使用当前设置比较两个字符串。

virtual int System::StringComparer::Compare(args_type x, args_type y) const override
ParameterType描述
xargs_type左侧字符串值。
yargs_type右侧字符串值。

ReturnValue

如果 xy 之前则为负值,如果它们相等则为零,否则为正值。

另见