System::Text::UTF32Encoding::operator== メソッド

UTF32Encoding::operator== method

エンコーディングのパラメータを比較します。

bool System::Text::UTF32Encoding::operator==(const UTF32Encoding &other) const
パラメーター説明
otherconst UTF32Encoding&Encoding と比較するために。

ReturnValue

パラメータが一致すれば true、そうでなければ false。

参照