System::Text::ICUEncoding::operator== method

ICUEncoding::operator== method

Compares encodings using codepages.

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

ReturnValue

True if codepages match, false otherwise.

See Also