[C#]
static bool operator == (Rectangle a, Rectangle b);
[Visual Basic]
Shared Function Operator == (a As Rectangle, b As Rectangle) As Boolean
None.