Aspose::Pdf::FileSpecificationComparer::Compare method
FileSpecificationComparer::Compare method
Compares two file specifications according to the collection definition, using the specified sort.
int32_t Aspose::Pdf::FileSpecificationComparer::Compare(const System::SharedPtr<FileSpecification> &first, const System::SharedPtr<FileSpecification> &second) const override
Parameter | Type | Description |
---|---|---|
first | const System::SharedPtr<FileSpecification>& | The first file specification. |
second | const System::SharedPtr<FileSpecification>& | The second file specification. |
ReturnValue
A value indicating the relative order of the file specifications.
See Also
- Typedef SharedPtr
- Class FileSpecification
- Class FileSpecificationComparer
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++