Esempio n. 1
0
        public bool NotEqual(Appearance src)
        {
            bool ret = VixenLibPINVOKE.Appearance_NotEqual(swigCPtr, Appearance.getCPtr(src));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }