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