System::Text::UTF32Encoding::operator== method
UTF32Encoding::operator== method
Compares encodings’ parameters.
bool System::Text::UTF32Encoding::operator==(const UTF32Encoding &other) const
Parameter | Type | Description |
---|---|---|
other | const UTF32Encoding& | Encoding to compare with. |
ReturnValue
True if parameters match, false otherwise.
See Also
- Class UTF32Encoding
- Class UTF32Encoding
- Namespace System::Text
- Library Aspose.PUB for C++