Click or drag to resize
HashCodeBuilderAppend Method (Object)
Appends the field to the hash code calculation.

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
public HashCodeBuilder Append(
	Object value
)

Parameters

value
Type: SystemObject
The field to append.

Return Value

Type: HashCodeBuilder
The HashCodeBuilder for chaining calls.
Remarks
See Also