Skip to content

M_CommandLine_TokenError_Equals

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

TokenError.Equals Method (TokenError)

Returns a value that indicates whether the current instance and a specified TokenError have the same value.

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

Syntax

C#

publicboolEquals(TokenErrorother)

VB

PublicFunctionEquals(otherAsTokenError)AsBoolean

C++

public:virtualboolEquals( TokenError^ other ) sealed

F#

abstractEquals : other : TokenError -> bool overrideEquals:other :TokenError ->bool 

Parameters

other
Type: CommandLine.TokenError
The TokenError instance to compare.

Return Value

Type: Boolean

Field Value

Type: Boolean
true if this instance of TokenError and other have the same value; otherwise,

Field Value

Type: Boolean
false.

Implements

IEquatable(T).Equals(T)

See Also

Reference

TokenError Class
Equals Overload
CommandLine Namespace

Clone this wiki locally