Searched refs:otherRawValues (Results 1 – 1 of 1) sorted by relevance
50 val otherRawValues = (other as? CornerRadii)?.rawValues ?: return false in equals() constant51 return rawValues.contentEquals(otherRawValues) in equals()