operator==()

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

Compares encodings by codepages and flags.

bool System::Text::UnicodeEncoding::operator==(const UnicodeEncoding &) const

Return Value

True if codepages and flags match, false otherwise.

See Also