Click or drag to resize

OptimizedPersistableGetHashCode Method

Computes a hash code based on Oid of object. Make sure to persist objects before using GetHashCode() or override GetHashCode()

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public override int GetHashCode()

Return Value

Type: Int32

[Missing <returns> documentation for "M:VelocityDb.OptimizedPersistable.GetHashCode"]

See Also