ComparisonExpression GetHashCode Method (ComparisonExpression)

This method will return the hashcode of the passed in object.

Namespace:  Scribe.Core.ConnectorApi
Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public int GetHashCode(
	ComparisonExpression obj
)

Parameters

obj

Type: Scribe.Core.ConnectorApi ComparisonExpression

This parameter references the object used to calculate the hashcode.

Return Value

Type: Int32

This returns the hashcode of the passed in object.

Implements

IEqualityComparer T GetHashCode(T)

See

ComparisonExpression Class

GetHashCode Overload

Scribe.Core.ConnectorApi Namespace