VncRectangleEquals Method (VncRectangle)

RemoteViewing
Compares the rectangle with another rectangle for equality.

Namespace:  RemoteViewing.Vnc
Assembly:  RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool Equals(
	VncRectangle other
)

Parameters

other
Type: RemoteViewing.VncVncRectangle
The other rectangle.

Return Value

Type: Boolean
true if the rectangles are equal.

Implements

IEquatableTEquals(T)
See Also

Reference