/// <summary> /// Test if an operator exists. /// </summary> /// <param name="name">Name of the operator</param> /// <returns><see langword="true" /> if the operator exists; otherwise, <see langword="false" /></returns> public static bool Have(string name) { return(NetVips.TypeFind("VipsOperation", name) != IntPtr.Zero); }