operator==()

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

Compares encodings using codepages.

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

Arguments

ParameterTypeDescription
otherconst ICUEncoding&Encoding to compare to.

Return Value

True if codepages match, false otherwise.

See Also