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

NameType(s)Description
$itemsWireArray
$strict (optional)bool int

Return value

bool


SelectableOptionArray methods and properties

API reference based on ProcessWire core version 3.0.251