Determines whether this object is equal to another object.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System..::..Object
Another object.

Return Value

True if the objects are equal.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also