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