Tests whether two specified
Corners objects are equivalent.
'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 equal; otherwise, false.