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