Click or drag to resize

FastObservableCollectionTGetHashCode Method

Serves as the default hash function.

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public override int GetHashCode()

Return Value

Type: Int32
A hash code for the current object.
See Also