Added in API level 17

EGLContext

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

Wrapper class for native EGLContext 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.