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 | Use strict mode? Optionally specify one of the following:
|
Return value
bool
True if identical, false if not.
CommentArray methods and properties
API reference based on ProcessWire core version 3.0.236