System::Text::UTF8Encoding::Equals method
UTF8Encoding::Equals method
Compares with object.
bool System::Text::UTF8Encoding::Equals(SharedPtr<Object> obj) override
Parameter | Type | Description |
---|---|---|
obj | SharedPtr<Object> | Object to compare with. |
ReturnValue
True if obj is UTF8Encoding with same parameters, false otherwise.
See Also
- Typedef SharedPtr
- Class Object
- Class UTF8Encoding
- Namespace System::Text
- Library Aspose.PUB for C++