System::Text::UTF32Encoding::operator== method

UTF32Encoding::operator== method

Compares encodings’ parameters.

bool System::Text::UTF32Encoding::operator==(const UTF32Encoding &other) const
ParameterTypeDescription
otherconst UTF32Encoding&Encoding to compare with.

ReturnValue

True if parameters match, false otherwise.

See Also