System.@__Object.ReferenceEquals3 C# (CSharp) Method

ReferenceEquals3() private static method

private static ReferenceEquals3 ( global @__envp, global @__class, global objA, global objB ) : bool
@__envp global
@__class global
objA global
objB global
return bool
        private static bool ReferenceEquals3(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle objA, global::net.sf.jni4net.utils.JniLocalHandle objB)
        {
            // (Lsystem/Object;Lsystem/Object;)Z
            // (LSystem/Object;LSystem/Object;)Z
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            bool @__return = default(bool);
            try {
            @__return = ((bool)(object.ReferenceEquals(global::net.sf.jni4net.utils.Convertor.FullJ2C<object>(@__env, objA), global::net.sf.jni4net.utils.Convertor.FullJ2C<object>(@__env, objB))));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }