Skip to content

M_CommandLine_Text_Example_Equals

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

Example.Equals Method (Example)

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

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

Syntax

C#

public bool Equals(
	Example other
)

VB

Public Function Equals ( 
	other As Example
) As Boolean

C++

public:
virtual bool Equals(
	Example^ other
) sealed

F#

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

Parameters

 

other
Type: CommandLine.Text.Example
The Example instance to compare.

Return Value

Type: Boolean

Field Value

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

Field Value

Type: Boolean
false.

Implements

IEquatable(T).Equals(T)

See Also

Reference

Example Class
Equals Overload
CommandLine.Text Namespace

Clone this wiki locally