Click or drag to resize

DefinitionalObject.GetDefinitionHashCode Method

Overload List
  NameDescription
Public methodGetDefinitionHashCode()
Gets a hash code representing the definition of this object.
Public methodStatic memberGetDefinitionHashCode(Boolean)
Gets a hash code safely. This overload simply calls GetHashCode() and is provided for convenience.
Public methodStatic memberGetDefinitionHashCode(Double)
Gets a hash code safely. This overload simply calls GetHashCode() and is provided for convenience.
Public methodStatic memberGetDefinitionHashCode<T>(T)
Gets a hash code safely. If the specified object is null, a valid hash code is still returned.
Public methodStatic memberGetDefinitionHashCode(IEquatableDefinition)
Gets a hash code safely. If the specified object is null, a valid hash code is still returned.
Public methodStatic memberGetDefinitionHashCode(Int32)
Gets a hash code safely. This overload simply calls GetHashCode() and is provided for convenience.
Top
See Also