System::Text::ICUEncoding::operator== 方法
ICUEncoding::operator== method
使用代码页比较编码。
bool System::Text::ICUEncoding::operator==(const ICUEncoding &other) const
| 参数 | 类型 | 描述 |
|---|---|---|
| other | const ICUEncoding& | Encoding 用于比较。 |
ReturnValue
如果代码页匹配,则为 True,否则为 false。
另见
- Class ICUEncoding
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Font for C++