<?php
namespace PhpOffice\PhpSpreadsheet;
interface IComparable
{
/**
* Get hash code.
*
* @return string Hash code
*/
public function getHashCode();
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository