System::Text::UTF7Encoding::operator== 方法

UTF7Encoding::operator== method

比较编码参数。

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

ReturnValue

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

另见