System.@__Decimal.Equals27 C# (CSharp) Method

Equals27() private static method

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