System::Text::Encoding::Equals method
Encoding::Equals method
Compares encodings.
bool System::Text::Encoding::Equals(SharedPtr<Object> obj) override
Parameter | Type | Description |
---|---|---|
obj | SharedPtr<Object> | Object to compare to. |
ReturnValue
True if both objects are of same encoding type, false otherwise.
See Also
- Typedef SharedPtr
- Class Object
- Class Encoding
- Namespace System::Text
- Library Aspose.PUB for C++