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