System::StringComparer::Compare 方法
StringComparer::Compare method
使用当前设置比较两个字符串。
virtual int System::StringComparer::Compare(args_type x, args_type y) const override
| 参数 | 类型 | 描述 |
|---|---|---|
| x | args_type | 左侧字符串值。 |
| y | args_type | 右侧字符串值。 |
ReturnValue
如果 x 在 y 之前则返回负值,若相等则返回零,否则返回正值。
另见
- Typedef args_type
- Class StringComparer
- Namespace System
- Library Aspose.Font for C++