System.@__DateTime.Equals33 C# (CSharp) Method

Equals33() private static method

private static Equals33 ( global @__envp, global @__class, global t1, global t2 ) : bool
@__envp global
@__class global
t1 global
t2 global
return bool
        private static bool Equals33(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle t1, global::net.sf.jni4net.utils.JniLocalHandle t2)
        {
            // (Lsystem/DateTime;Lsystem/DateTime;)Z
            // (LSystem/DateTime;LSystem/DateTime;)Z
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            bool @__return = default(bool);
            try {
            @__return = ((bool)(global::System.DateTime.Equals(global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.DateTime>(@__env, t1), global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.DateTime>(@__env, t2))));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }