Skip to content

M_CommandLine_Infrastructure_ReferenceEqualityComparer_GetHashCode

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

ReferenceEqualityComparer.GetHashCode Method (Object)

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

Syntax

C#

publicintGetHashCode(Objectobj)

VB

PublicFunctionGetHashCode(objAsObject)AsInteger

C++

public:virtualintGetHashCode( Object^ obj ) sealed

F#

abstractGetHashCode : obj : Object -> int overrideGetHashCode:obj :Object ->int 

Parameters

obj
Type: System.Object

Return Value

Type: Int32

Implements

IEqualityComparer.GetHashCode(Object)
IEqualityComparer(T).GetHashCode(T)

See Also

Reference

ReferenceEqualityComparer Class
GetHashCode Overload
CommandLine.Infrastructure Namespace

Clone this wiki locally