System.@__Guid.Equals3 C# (CSharp) Method

Equals3() private static method

private static Equals3 ( global @__envp, global @__obj, global other ) : bool
@__envp global
@__obj global
other global
return bool
        private static bool Equals3(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj, global::net.sf.jni4net.utils.JniLocalHandle other)
        {
            // (Lsystem/Guid;)Z
            // (LSystem/Guid;)Z
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            bool @__return = default(bool);
            try {
            global::System.Guid @__real = global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Guid>(@__env, @__obj);
            @__return = ((bool)(((global::System.IEquatable<System.Guid>)(@__real)).Equals(global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Guid>(@__env, other))));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }