VncPixelFormat Equals Method RemoteViewing
Determines whether the specified OnlineObject is equal to the current OnlineObject.

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 the specified OnlineObject is equal to the current OnlineObject; otherwise, false.
See Also