DOFTypeGetHashCode Method OpenDOF Object Access Library
Return a hash code for the type.

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

C#
public override int GetHashCode()

Return Value

Type: Int32
A hash code for the type.
Remarks

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

Reference