Skip to content

M_CommandLine_Parsed_1_Equals

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

Parsed(T).Equals Method (Parsed(T))

Returns a value that indicates whether the current instance and a specified Parsed(T) have the same value.

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

Syntax

C#

public bool Equals(
	Parsed<T> other
)

VB

Public Function Equals ( 
	other As Parsed(Of T)
) As Boolean

C++

public:
virtual bool Equals(
	Parsed<T>^ other
) sealed

F#

abstract Equals : 
        other : Parsed<'T> -> bool 
override Equals : 
        other : Parsed<'T> -> bool 

Parameters

 

other
Type: CommandLine.Parsed(T)
The Parsed(T) instance to compare.

Return Value

Type: Boolean

Field Value

Type: Boolean
true if this instance of Parsed(T) and other have the same value; otherwise,

Field Value

Type: Boolean
false.

Implements

IEquatable(T).Equals(T)

See Also

Reference

Parsed(T) Class
Equals Overload
CommandLine Namespace

Clone this wiki locally