On Java 7's equals() and deepEquals()

前端 未结 4 1118
我在风中等你
我在风中等你 2021-02-19 03:39

Method description says:

Returns true if the arguments are deeply equal to each other and false otherwise... Equality is determined by using the equ

4条回答
  •  青春惊慌失措
    2021-02-19 03:48

    If at least one of the arguments of deepEquals method is not an array, then Objects.deepEquals and Objects.equals are same.

提交回复
热议问题