Tests whether the specified object is equivalent to this ConsoleKeyInfo instance.

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
Object to compare.

Return Value

True if both the object and this instance share same values; otherwise false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also