Skip to content

M_CommandLine_Core_Value_Equals_1

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

Value.Equals Method (Object)

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

Syntax

C#

public override bool Equals(
	Object obj
)

VB

Public Overrides Function Equals ( 
	obj As Object
) As Boolean

C++

public:
virtual bool Equals(
	Object^ obj
) override

F#

abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 

Parameters

 

obj
Type: System.Object

Return Value

Type: Boolean

See Also

Reference

Value Class
Equals Overload
CommandLine.Core Namespace

Clone this wiki locally