EdgeGetHashCode Method (Edge) |
Returns a hash code for the specified object.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic int GetHashCode(
Edge obj
)
Public Function GetHashCode (
obj As Edge
) As Integer
public:
virtual int GetHashCode(
Edge^ obj
) sealed
abstract GetHashCode :
obj : Edge -> int
override GetHashCode :
obj : Edge -> int
Parameters
- obj
- Type: VelocityGraphEdge
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