'Declaration
Public Operator <>( _ ByVal gl1 As C1ZoomUnit, _ ByVal gl2 As C1ZoomUnit _ ) As Boolean
'Usage
public bool operator !=( C1ZoomUnit gl1, C1ZoomUnit gl2 )
public: bool operator !=( C1ZoomUnit gl1, C1ZoomUnit gl2 )
Parameters
- gl1
- The first instance of C1ZoomUnit to compare.
- gl2
- The second instance of C1ZoomUnit to compare.
Return Value
true if the two instances of C1ZoomUnit do not have the same value and C1ZoomUnitType; otherwise, false.