operator==()

UTF8Encoding::operator==(const UTF8Encoding&) const method

Compares encodings parameters.

bool System::Text::UTF8Encoding::operator==(const UTF8Encoding &other) const

Arguments

ParameterTypeDescription
otherconst UTF8Encoding&Encoding to compare with.

Return Value

True if parameters match, false otherwise.

See Also