AndroidJNI.IsSameObject 是否同一对象
static function IsSameObject (obj1 : IntPtr, obj2 : IntPtr) : bool
Description描述
Tests whether two references refer to the same Java object.
测试两个引用是否引用同一 Java 对象。
参见: Java Native Interface Specification (Oracle)