System::Text::UTF7Encoding::operator== method

UTF7Encoding::operator== method

Compares encodings parameters.

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

ReturnValue

True if parameters match, false otherwise.

See Also