[]
Tests whether two specified Corners objects are not equivalent.
public static bool operator !=(Corners c1, Corners c2)
Type | Name | Description |
---|---|---|
Corners | c1 | A Corners to test. |
Corners | c2 | A Corners to test. |
Type | Description |
---|---|
bool | True if the two Corners objects are different; otherwise, false. |