'宣言 Public Operator =( _ ByVal left As HResultDescriptor, _ ByVal right As HResult _ ) As System.Boolean
public System.bool operator ==( HResultDescriptor left, HResult right )
パラメータ
- left
- The left.
- right
- The right.
戻り値の型
The result of the operator.
'宣言 Public Operator =( _ ByVal left As HResultDescriptor, _ ByVal right As HResult _ ) As System.Boolean
public System.bool operator ==( HResultDescriptor left, HResult right )