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