ToolsCombineHashCodes Method  | 
 
            Does a quick and simple combination of the Hash Codes of two Objects.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static int CombineHashCodes(
	Object x,
	Object y
)
Public Shared Function CombineHashCodes ( 
	x As Object,
	y As Object
) As Integer
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