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