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