'Declaration Public Operator =( _ ByVal left As HResultDescriptor, _ ByVal right As HResult _ ) As Boolean
public bool operator ==( HResultDescriptor left, HResult right )
Parameters
- left
- The left.
- right
- The right.
Return Value
The result of the operator.