System::StringComparer::Equals 方法
StringComparer::Equals method
使用当前设置检查两个字符串是否相等。
virtual bool System::StringComparer::Equals(String x, String y) const override
| 参数 | 类型 | 描述 |
|---|---|---|
| x | String | 左侧字符串值。 |
| y | String | 右侧字符串值。 |
ReturnValue
如果字符串相等则为 true,否则为 false。
另见
- Class String
- Class StringComparer
- Namespace System
- Library Aspose.Font for C++