| FastObservableCollectionTGetHashCode Method |
Serves as the default hash function.
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
Return Value
Type:
Int32A hash code for the current object.
See Also