Compares the rectangle with another rectangle for equality.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
public bool Equals( VncRectangle other )
Parameters
- other
- Type: RemoteViewing.Vnc VncRectangle
The other rectangle.
Return Value
true if the rectangles are equal.Implements
IEquatable T Equals(T)See Also