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
Name | Type(s) | Description |
---|---|---|
$items | WireArray | |
$strict (optional) | bool int |
Return value
bool
SelectableOptionArray methods and properties
API reference based on ProcessWire core version 3.0.251