Skip to content

M_CommandLine_NameInfo_Equals

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

NameInfo.Equals Method (NameInfo)

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

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

Syntax

C#

public bool Equals(
	NameInfo other
)

VB

Public Function Equals ( 
	other As NameInfo
) As Boolean

C++

public:
virtual bool Equals(
	NameInfo^ other
) sealed

F#

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

Parameters

 

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

Return Value

Type: Boolean

Field Value

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

Field Value

Type: Boolean
false.

Implements

IEquatable(T).Equals(T)

See Also

Reference

NameInfo Class
Equals Overload
CommandLine Namespace

Clone this wiki locally