Click or drag to resize

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
)

Parameters

t
Type: VelocityGraphEdgeType
edge type to get hash code for

Return Value

Type: Int32
Hash code of an edge type

Implements

IEqualityComparerTGetHashCode(T)
See Also