VertexGetHashCode Method (Vertex) |
Returns a hash code for the specified object.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public int GetHashCode(
Vertex obj
)
Public Function GetHashCode (
obj As Vertex
) As Integer
public:
virtual int GetHashCode(
Vertex^ obj
) sealed
abstract GetHashCode :
obj : Vertex -> int
override GetHashCode :
obj : Vertex -> int
Parameters
- obj
- Type: VelocityGraphVertex
The Object for which a hash code is to be returned.
Return Value
Type:
Int32A hash code for the specified object.
Implements
IEqualityComparerTGetHashCode(T)Exceptions See Also