System::StringComparer::Compare 方法

StringComparer::Compare method

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

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

ReturnValue

如果 xy 之前则返回负值,若相等则返回零,否则返回正值。

另见