Equality Operator (HResult)
In This Topic
Implements the operator ==.
Syntax
'Declaration
Public Operator =( _
ByVal As HResult, _
ByVal As HResult _
) As System.Boolean
public System.bool operator ==(
HResult ,
HResult
)
Parameters
- left
- The left.
- right
- The right.
Return Value
The result of the operator.
See Also