Click or drag to resize

DatabaseGetHashCode Method

Returns a hash code for the specified object.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public int GetHashCode(
	Database db
)

Parameters

db
Type: VelocityDbDatabase

[Missing <param name="db"/> documentation for "M:VelocityDb.Database.GetHashCode(VelocityDb.Database)"]

Return Value

Type: Int32
A hash code for the specified object.

Implements

IEqualityComparerTGetHashCode(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe type of obj is a reference type and obj is null.
See Also