VncPixelFormatEquals Method

RemoteViewing
Determines whether the specified Object is equal to the current Object.

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

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current object.

Return Value

Type: Boolean
true if the specified Object is equal to the current Object; otherwise, false.
See Also

Reference