equals

open operator override fun equals(other: Any?): Boolean

Compare this HttpHeaders keys/values with another HttpHeaders keys/values for equality.

Return

True, if the two HttpHeaders have same size and all corresponding keys/values are equal. Otherwise false.

Parameters

other

(nullable) The other HttpHeaders.