operator==()

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

Compares encodings parameters.

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

Arguments

ParameterTypeDescription
otherconst UTF7Encoding&Encoding to compare parameters with.

Return Value

True if parameters match, false otherwise.

See Also