VncRectangle Equals Method (Object)RemoteViewing
Indicates whether this instance and a specified object are equal.

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

public override bool Equals(
	Object obj
)

Return Value

true if obj and this instance are the same type and represent the same value; otherwise, false.
See Also