interface SetEquals {
    $setEquals: ArrayExpression<any>[];
}

Properties

Properties

$setEquals: ArrayExpression<any>[]

Compares two or more arrays and returns true if they have the same distinct elements and false otherwise.