MindFusion.Java Package Programmer's Guide
EqualityComparer(T).hashCode Method
See Also
 






Returns a hash code for the specified object.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

int hashCode (
    T obj
)

 Parameters

obj

The Object for which a hash code is to be returned.

 Return Value

A hash code for the specified object.

 See Also

EqualityComparer(T) Members
EqualityComparer(T) Interface
com.mindfusion.common Namespace