System::Text::UTF8Encoding::operator== method

UTF8Encoding::operator== method

Compares encodings parameters.

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

ReturnValue

True if parameters match, false otherwise.

See Also