Qyoto.QGLFramebufferObjectFormat.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat bool
        public static bool operator !=(QGLFramebufferObjectFormat lhs, QGLFramebufferObjectFormat other)
        {
            return !(bool) staticInterceptor.Invoke("operator==#", "operator==(const QGLFramebufferObjectFormat&) const", typeof(bool), typeof(QGLFramebufferObjectFormat), lhs, typeof(QGLFramebufferObjectFormat), other);
        }