Qyoto.QGLFramebufferObjectFormat.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return 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);
        }