ly.img.android.acs / Camera / Size / equals

equals

open fun equals(other: Any?): Boolean

Compares obj to this size.

Parameters

obj - the object to to this size with.

Return
Boolean: true if the width and height of obj is the same as those of this size. false otherwise.