Aspose::Pdf::Comparison::Diff::DiffOperation class

DiffOperation class

Represents a class of diff operation.

class DiffOperation : public System::IEquatable<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>

Methods

MethodDescription
Equals(System::SharedPtr<System::Object>) override
Equals(System::SharedPtr<DiffOperation>) override
get_Operation() constGets and sets operation type.
get_Text() constGet and set operation text.
GetHashCode() const overrideAnalog of C# Object.GetHashCode() method. Enables hashing of custom objects.
ToString() const overrideAnalog of C# Object.ToString() method. Enables converting custom objects to string.

See Also