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