content Equals
infix fun ComplexFloatArray?.contentEquals(other: ComplexFloatArray?): Boolean
Content copied to clipboard
infix fun ComplexDoubleArray?.contentEquals(other: ComplexDoubleArray?): Boolean
Content copied to clipboard
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.