EdgeTypeGetHashCode Method |
Get a hash code for an edge tyepe based on type id
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public int GetHashCode(
EdgeType t
)
Public Function GetHashCode (
t As EdgeType
) As Integer
public:
virtual int GetHashCode(
EdgeType^ t
) sealed
abstract GetHashCode :
t : EdgeType -> int
override GetHashCode :
t : EdgeType -> int
Parameters
- t
- Type: VelocityGraphEdgeType
edge type to get hash code for
Return Value
Type:
Int32Hash code of an edge type
Implements
IEqualityComparerTGetHashCode(T)See Also