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#

public int GetHashCode(
	Object obj
)

VB

Public Function GetHashCode ( 
	obj As Object
) As Integer

C++

public:
virtual int GetHashCode(
	Object^ obj
) sealed

F#

abstract GetHashCode : 
        obj : Object -> int 
override GetHashCode : 
        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