fun allEquals(target: String, vararg items: String): Boolean
Test target equals all condition of items
target
items
target -
items -
Return