VncRectangle Equals Method (VncRectangle)RemoteViewing
Compares the rectangle with another rectangle for equality.

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

public bool Equals(
	VncRectangle other
)

Return Value

true if the rectangles are equal.

Implements

OnlineIEquatable T  Equals(T)
See Also