Equals()
UTF7Encoding::Equals(SharedPtr<Object>) method
Compares with object.
bool System::Text::UTF7Encoding::Equals(SharedPtr<Object> obj) override
Arguments
Parameter | Type | Description |
---|---|---|
obj | SharedPtr<Object> | Object to compare with. |
Return Value
True if obj is UTF7Encoding with same parameters, false otherwise.
See Also
- Typedef SharedPtr
- Class Object
- Class UTF7Encoding
- Namespace System::Text
- Library Aspose.Slides