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

ICUEncoding::operator== method

使用代码页比较编码。

bool System::Text::ICUEncoding::operator==(const ICUEncoding &other) const
ParameterType描述
otherconst ICUEncoding&Encoding 用于比较.

ReturnValue

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

另见