Added in API level 17

EGLConfig

open class EGLConfig : EGLObjectHandle
kotlin.Any
   ↳ android.opengl.EGLObjectHandle
   ↳ android.opengl.EGLConfig

Wrapper class for native EGLConfig objects.

Summary

Public methods
open Boolean
equals(other: Any?)

Inherited functions

Public methods

equals

Added in API level 17
open fun equals(other: Any?): Boolean
Parameters
obj the reference object with which to compare.
Return
Boolean true if this object is the same as the obj argument; false otherwise.