Aspose::Pdf::Comparison::DiffOperation class
DiffOperation class
Represents a class of diff operation.
class DiffOperation : public System::IEquatable<System::SharedPtr<DiffOperation>>
Methods
| Method | Description |
|---|---|
| Equals(System::SharedPtr<System::Object>) override | |
| Equals(System::SharedPtr<DiffOperation>) override | |
| get_Operation() const | Gets and sets operation type. |
| get_Text() const | Get and set operation text. |
| GetHashCode() const override | Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. |
| ToString() const override | Analog of C# Object.ToString() method. Enables converting custom objects to string. |
See Also
- Class IEquatable
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++