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

equals

@Override fun equals(obj: java.lang.Object): boolean

Compares obj to this size.

Parameters

obj - java.lang.Object: 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.