Inequality Operator (Fill)
Returns a value that indicates whether two specified
Fill values are not equal.
'Declaration
Public Operator <>( _
ByVal As Fill, _
ByVal As Fill _
) As Boolean
Parameters
- left
- The first value to compare.
- right
- The second value to compare.
Return Value
true
if and are not equal; otherwise, false
.