System::Text::ICUEncoding::operator== 方法

ICUEncoding::operator== method

使用代码页比较编码。

bool System::Text::ICUEncoding::operator==(const ICUEncoding &other) const
参数类型描述
otherconst ICUEncoding&Encoding 用于比较。

ReturnValue

如果代码页匹配,则为 True,否则为 false。

另见