OidShortGetHashCode Method (OidShort) |
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(
OidShort a
)
Public Function GetHashCode (
a As OidShort
) As Integer
public:
virtual int GetHashCode(
OidShort a
) sealed
abstract GetHashCode :
a : OidShort -> int
override GetHashCode :
a : OidShort -> int
Parameters
- a
- Type: VelocityDbOidShort
[Missing <param name="a"/> documentation for "M:VelocityDb.OidShort.GetHashCode(VelocityDb.OidShort)"]
Return Value
Type:
Int32A hash code for the specified object.
Implements
IEqualityComparerTGetHashCode(T)Exceptions See Also