OidGetHashCode Method (Oid) |
Returns a hash code for the specified object.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public int GetHashCode(
Oid a
)
Public Function GetHashCode (
a As Oid
) As Integer
public:
virtual int GetHashCode(
Oid a
) sealed
abstract GetHashCode :
a : Oid -> int
override GetHashCode :
a : Oid -> int
Parameters
- a
- Type: VelocityDbOid
[Missing <param name="a"/> documentation for "M:VelocityDb.Oid.GetHashCode(VelocityDb.Oid)"]
Return Value
Type:
Int32A hash code for the specified object.
Implements
IEqualityComparerTGetHashCode(T)Exceptions See Also