Skip to content

M_CommandLine_TokenError_Equals_1

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

TokenError.Equals Method (Object)

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

Namespace:CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

publicoverrideboolEquals(Objectobj)

VB

PublicOverridesFunctionEquals(objAsObject)AsBoolean

C++

public:virtualboolEquals( Object^ obj ) override

F#

abstractEquals : obj : Object -> bool overrideEquals:obj :Object ->bool 

Parameters

obj
Type: System.Object
The Object to compare with the current Object.

Return Value

Type: Boolean

Field Value

Type: Boolean
true if the specified Object is equal to the current Object; otherwise,

Field Value

Type: Boolean
false.

See Also

Reference

TokenError Class
Equals Overload
CommandLine Namespace

Clone this wiki locally