Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

M_CommandLine_Error_Equals

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

Error.Equals Method (Error)

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

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

Syntax

C#

public bool Equals(
	Error other
)

VB

Public Function Equals ( 
	other As Error
) As Boolean

C++

public:
virtual bool Equals(
	Error^ other
) sealed

F#

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

Parameters

 

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

Return Value

Type: Boolean

Field Value

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

Field Value

Type: Boolean
false.

Implements

IEquatable(T).Equals(T)

See Also

Reference

Error Class
Equals Overload
CommandLine Namespace

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.