'Declaration
Public Operator <>( _ ByVal c1 As C1CornerValue, _ ByVal c2 As C1CornerValue _ ) As Boolean
'Usage
public bool operator !=( C1CornerValue c1, C1CornerValue c2 )
Parameters
- c1
- The first structure to compare.
- c2
- The other structure to compare.