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
ParameterTypeDescription
firstconst System::SharedPtr<FileSpecification>&The first file specification.
secondconst System::SharedPtr<FileSpecification>&The second file specification.

ReturnValue

A value indicating the relative order of the file specifications.

See Also