Compares two rectangles for equality.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
public static bool operator ==( VncRectangle rect1, VncRectangle rect2 )
Parameters
- rect1
- Type: RemoteViewing.Vnc VncRectangle
The first rectangle.
- rect2
- Type: RemoteViewing.Vnc VncRectangle
The second rectangle.
Return Value
true if the rectangles are equal.See Also