System::Text::UTF8Encoding::operator== 方法

UTF8Encoding::operator== method

比较编码参数。

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

ReturnValue

如果参数匹配则为 true,否则为 false。

另见