Skip to content

M_CommandLine_NamedError_Equals

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

NamedError.Equals Method (NamedError)

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

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

Syntax

C#

public bool Equals(
	NamedError other
)

VB

Public Function Equals ( 
	other As NamedError
) As Boolean

C++

public:
virtual bool Equals(
	NamedError^ other
) sealed

F#

abstract Equals : 
        other : NamedError -> bool 
override Equals : 
        other : NamedError -> bool 

Parameters

 

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

Return Value

Type: Boolean

Field Value

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

Field Value

Type: Boolean
false.

Implements

IEquatable(T).Equals(T)

See Also

Reference

NamedError Class
Equals Overload
CommandLine Namespace

Clone this wiki locally