static bool n_Equals_Ljava_lang_Object_(IntPtr jnienv, IntPtr native__this, IntPtr native_obj)
        {
            global::Google.AR.Core.Annotations.IUsedByReflection __this = global::Java.Lang.Object.GetObject <global::Google.AR.Core.Annotations.IUsedByReflection> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Java.Lang.Object obj = global::Java.Lang.Object.GetObject <global::Java.Lang.Object> (native_obj, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.Equals(obj);

            return(__ret);
        }
 static IntPtr n_Value(IntPtr jnienv, IntPtr native__this)
 {
     global::Google.AR.Core.Annotations.IUsedByReflection __this = global::Java.Lang.Object.GetObject <global::Google.AR.Core.Annotations.IUsedByReflection> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.Value()));
 }
 static int n_GetHashCode(IntPtr jnienv, IntPtr native__this)
 {
     global::Google.AR.Core.Annotations.IUsedByReflection __this = global::Java.Lang.Object.GetObject <global::Google.AR.Core.Annotations.IUsedByReflection> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.GetHashCode());
 }