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