Click or drag to resize

ToolsCombineHashCodes Method

Does a quick and simple combination of the Hash Codes of two Objects.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static int CombineHashCodes(
	Object x,
	Object y
)

Parameters

x
Type: SystemObject
First Object.
y
Type: SystemObject
Second Object.

Return Value

Type: Int32

[Missing <returns> documentation for "M:VDS.RDF.Tools.CombineHashCodes(System.Object,System.Object)"]

See Also