In This Topic
Tests whether two specified
Corners objects are not equivalent.
Syntax
'Declaration
Public Operator <>( _
ByVal As Corners, _
ByVal As Corners _
) As System.Boolean
public System.bool operator !=(
Corners ,
Corners
)
Parameters
- c1
- A Corners to test.
- c2
- A Corners to test.
Return Value
True if the two
Corners objects are different; otherwise, false.
See Also