DOFValueGetHashCode Method OpenDOF Object Access Library
Return a hash code for the object.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
int GetHashCode()

Return Value

Type: Int32
A hash code for the value.
Remarks

Return a hash code for the object. This must return the same value for values where Equals(object) returns
true
.
See Also

Reference