HCURSOR struct HCURSOR : IHandle<HCURSOR>, IEquatable<HCURSOR> Documentation Code public static bool op_Equality(HCURSOR left, HCURSOR right) public static HCURSOR op_Explicit(HANDLE handle) public static HCURSOR op_Explicit(Void* value) public static HCURSOR op_Explicit(IntPtr value) public static HCURSOR op_Explicit(UIntPtr value) public static HANDLE op_Implicit(HCURSOR handle) public static Void* op_Implicit(HCURSOR value) public static IntPtr op_Implicit(HCURSOR value) public static HICON op_Implicit(HCURSOR value) public static bool op_Inequality(HCURSOR left, HCURSOR right) public bool Equals(HCURSOR other)