'Declaration
Public Operator <>( _ ByVal lhs As LoadingPoint, _ ByVal rhs As LoadingPoint _ ) As Boolean
'Usage
public bool operator !=( LoadingPoint lhs, LoadingPoint rhs )
Parameters
- lhs
- rhs
Return Value
true if lhs and rhs do not represent the same LoadingPoint; otherwise, false.