SelectableOptionArray::isIdentical()
Is the given WireArray identical to this one?
Usage
// basic usage
$bool = $selectableOptionArray->isIdentical(WireArray $items);
// usage with all arguments
$bool = $selectableOptionArray->isIdentical(WireArray $items, $strict = true);Arguments
SelectableOptionArray methods and properties
API reference based on ProcessWire core version 3.0.253