operator==()

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

Compares encodings’ parameters.

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

Arguments

ParameterTypeDescription
otherconst UTF32Encoding&Encoding to compare with.

Return Value

True if parameters match, false otherwise.

See Also