bothNullOrEqual

open fun bothNullOrEqual(a: Any, b: Any): Boolean

Null-safe equivalent of a.equals(b).

See also

java.util.Objects