contentEquals

infix fun ComplexFloatArray?.contentEquals(other: ComplexFloatArray?): Boolean
infix fun ComplexDoubleArray?.contentEquals(other: ComplexDoubleArray?): Boolean

Returns true if the two specified arrays are structurally equal to one another, i.e. contain the same number of the same elements in the same order.

The elements are compared for equality with the equals function.