[]
        
(Showing Draft Content)

C1.Util.DX.HResult.op_Inequality

operator != Operator

operator !=(HResult, HResult)

Implements the operator !=.

Declaration
public static bool operator !=(HResult left, HResult right)
Public Shared Operator <>(left As HResult, right As HResult) As Boolean
Parameters
Type Name Description
HResult left

The left.

HResult right

The right.

Returns
Type Description
bool

The result of the operator.