Esempio n. 1
0
        public static bool Equals(GfCamera lhs, GfCamera rhs)
        {
            bool ret = UsdCsPINVOKE.GfCamera_Equals(GfCamera.getCPtr(lhs), GfCamera.getCPtr(rhs));

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