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()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int
override GetHashCode : unit -> int
Return Value
Type:
Int32[Missing <returns> documentation for "M:VelocityDb.OptimizedPersistable.GetHashCode"]
See Also